Update README.md
This commit is contained in:
parent
b1057a3e04
commit
1142df122f
|
@ -2,9 +2,13 @@
|
||||||
I implemented a chip8 interpreter as discord bot. End my suffering
|
I implemented a chip8 interpreter as discord bot. End my suffering
|
||||||
|
|
||||||
It has neither sound nor keyboard input
|
It has neither sound nor keyboard input
|
||||||
|
|
||||||
It has 1 FPS (due to discord's limitation on sending messages)
|
It has 1 FPS (due to discord's limitation on sending messages)
|
||||||
|
|
||||||
The screen is cropped on the right and on the bottom by one row (also due to discord's limitation on sending messages
|
The screen is cropped on the right and on the bottom by one row (also due to discord's limitation on sending messages
|
||||||
|
|
||||||
Sometimes it traps itself in infinite loops and you can do nothing except restart him
|
Sometimes it traps itself in infinite loops and you can do nothing except restart him
|
||||||
|
|
||||||
It does not contain every Chip8 opcode (yet)
|
It does not contain every Chip8 opcode (yet)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue