Chip8-Discord-Bot/README.md

18 lines
602 B
Markdown
Raw Normal View History

2018-09-02 11:34:54 +00:00
# Chip8-Discord-Bot
I implemented a chip8 interpreter as discord bot. End my suffering
2018-09-02 11:38:21 +00:00
It has neither sound nor keyboard input
2018-09-02 11:38:32 +00:00
2018-09-02 11:38:21 +00:00
It has 1 FPS (due to discord's limitation on sending messages)
2018-09-02 11:38:32 +00:00
2018-09-02 11:38:21 +00:00
The screen is cropped on the right and on the bottom by one row (also due to discord's limitation on sending messages
2018-09-02 11:38:32 +00:00
2018-09-02 11:38:21 +00:00
Sometimes it traps itself in infinite loops and you can do nothing except restart him
2018-09-02 11:38:32 +00:00
2018-09-02 11:38:21 +00:00
It does not contain every Chip8 opcode (yet)
## Commands:
?start [n] - Executes demo file *demo[n].ch8*
?break - Stops execution. Does not work consistently