Pārlūkot izejas kodu

Update 'README.md'

alex 6 gadus atpakaļ
vecāks
revīzija
f53e6a115d
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5
    0
      README.md

+ 5
- 0
README.md Parādīt failu

@@ -1,2 +1,7 @@
1 1
 # CHIP-8_Emulator
2 2
 
3
+My attempt at making a CHIP-8 emulator.
4
+
5
+Has some graphical issues, but more annoyingly seems to have collision detection issues.
6
+
7
+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).