readme.txt
来自「TETRIS GAME, AUTO-PLAYER AND ARTIFICIAL 」· 文本 代码 · 共 38 行
TXT
38 行
/************************/
/* Game Project for ACP */
/************************/
/***********************/
/* TETRIS */
/* Thomas Bluteau */
/***********************/
/*********************************************
README.TXT
*********************************************/
This is the explication of this game of Tetris.
Control key :
Left Arrow Move the object on the left.
Right Arrow Move the object on the right.
Up Arrow Rotate the object to the right.
Space Let fall the piece
Escape Quit the game and close the software
The goal as in every Tetris game is to overlap object to create
full line. If the new piece is not able to move at least one time
the game is over. After each time you complete 10 lines, the speed
will increase.
This is the source code for a basis Tetris. A notion of score and
line counting is implemented but no show. The method of creating
object permit to design new object.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?