Find a file
2018-09-02 13:40:12 +02:00
CPU.py Add files via upload 2018-09-02 13:35:17 +02:00
demo1.ch8 Add files via upload 2018-09-02 13:35:17 +02:00
demo2.ch8 Add files via upload 2018-09-02 13:35:17 +02:00
demo3.ch8 Add files via upload 2018-09-02 13:35:17 +02:00
demo4.ch8 Add files via upload 2018-09-02 13:35:17 +02:00
demo5.ch8 Add files via upload 2018-09-02 13:35:17 +02:00
demo6.ch8 Add files via upload 2018-09-02 13:35:17 +02:00
instruction.py Add files via upload 2018-09-02 13:35:17 +02:00
main.py Add files via upload 2018-09-02 13:35:17 +02:00
pong2.c8 Add files via upload 2018-09-02 13:35:17 +02:00
README.md Update README.md 2018-09-02 13:40:12 +02:00

Chip8-Discord-Bot

I implemented a chip8 interpreter as discord bot. End my suffering

It has neither sound nor keyboard input

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

Sometimes it traps itself in infinite loops and you can do nothing except restart him

It does not contain every Chip8 opcode (yet)

I did not implement the fontmap (yet)

Commands:

?start [n] - Executes demo file demo[n].ch8

?break - Stops execution. Does not work consistently