Chip8-Discord-Bot/README.md

21 lines
646 B
Markdown
Raw Permalink 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)
2018-09-02 11:40:12 +00:00
I did not implement the fontmap (yet)
2018-09-02 11:38:21 +00:00
## Commands:
?start [n] - Executes demo file *demo[n].ch8*
2018-09-02 11:38:42 +00:00
2018-09-02 11:38:21 +00:00
?break - Stops execution. Does not work consistently