Create README.md
This commit is contained in:
parent
8097c53120
commit
86c0c8adb4
|
@ -0,0 +1,27 @@
|
||||||
|
# PYTRIS
|
||||||
|
#### by dan63047
|
||||||
|
|
||||||
|
All known 4-block puzzle
|
||||||
|
|
||||||
|
## Control
|
||||||
|
### In main menu
|
||||||
|
|
||||||
|
* **Up & Down arrows** - change selected option in menu
|
||||||
|
* **Left & Right arrows** - change value of selected option
|
||||||
|
* **Enter** - trigger selected option
|
||||||
|
|
||||||
|
### In game
|
||||||
|
|
||||||
|
* **Left & Right arrows** - move piece left or right
|
||||||
|
* **Arrow Up** or **X** - rotate piece clockwise
|
||||||
|
* **Z** - rotate piece counterclockwise
|
||||||
|
* **Arrow Down** - soft drop piece
|
||||||
|
* **Space** - hard drop piece
|
||||||
|
* **C** - hold piece
|
||||||
|
* **P** - pause
|
||||||
|
* **R** - reset game
|
||||||
|
|
||||||
|
### On pause/"game over" screen
|
||||||
|
* **Backspace** - to main menu
|
||||||
|
* **R** - reset game
|
||||||
|
* **P** *(if on pause)* - back to game
|
Loading…
Reference in New Issue