Update README.md
This commit is contained in:
parent
395d9e863b
commit
56bb8ba4f2
17
README.md
17
README.md
|
@ -1 +1,16 @@
|
|||
# Chip-8-Interpreter
|
||||
# Chip-8-Interpreter
|
||||
Included are 3 demo .c8 files, that you can play.
|
||||
|
||||
# Contols
|
||||
## Pong
|
||||
Left paddle - 1 & Q
|
||||
Right paddle - 4 & R
|
||||
|
||||
## Space invaders
|
||||
Movement - Q & E
|
||||
Shooting - W
|
||||
|
||||
## Tetris
|
||||
Moving tile - W & E
|
||||
Rotating tile - Q
|
||||
Dropping tile - A
|
||||
|
|
Loading…
Reference in a new issue