From f53e6a115d0ae4d6efe7ed531c957b54a86af7bb Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 29 Oct 2018 15:27:11 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cfb9666..6f8553c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # CHIP-8_Emulator +My attempt at making a CHIP-8 emulator. + +Has some graphical issues, but more annoyingly seems to have collision detection issues. + +Number set isn't implemented yet so some games that rely on it (pong) won't work, and sound isn't implemented yet (but the sound clock is there so it should be trivial). \ No newline at end of file