From b1057a3e043089edca75ad147724523188e79326 Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Sun, 2 Sep 2018 13:38:21 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 97a4205..725a389 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # 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) + + +## Commands: +?start [n] - Executes demo file *demo[n].ch8* +?break - Stops execution. Does not work consistently