There was an error while loading. Please reload this page.
1 parent 6ec6544 commit 99047c3Copy full SHA for 99047c3
README.md
@@ -4,13 +4,17 @@ Chip-8-Emulator
4
Interpreter for the Chip 8 Virtual Machine. Can run Pong and Tetris.
5
6
Tutorials:
7
+---------------
8
9
Mastering Chip 8 by Matthew Mikolay
10
http://mattmik.com/chip8.html
11
12
How to Write an Emulator (Chip-8 Interpreter) by Laurence Muller
13
http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/
14
15
+About:
16
+--------------
17
+
18
Key mapping is based on hexadecimal keypad:
19
20
|1|2|3|C| => |1|2|3|4|
@@ -31,7 +35,9 @@ Pong:
31
35
4 -> P2 UP
32
36
R -> P2 DOWN
33
37
34
-<i>TODO:</i>
38
+To-Do:
39
40
41
* change gameplay speed to be more playable
42
* add header file support for Win/Linux
43
* add makefiles for Win/Linux
0 commit comments