📄 readme.txt
字号:
/************************/
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -