diff options
author | Can | 2025-01-26 18:11:07 +0100 |
---|---|---|
committer | Can | 2025-01-26 18:11:07 +0100 |
commit | ba86b9db29b1cbf3bebea70d98655967ba9da770 (patch) | |
tree | 0d77f6687e069e290ce97ccafa77c3e914b28b53 /README.md | |
parent | 1eaabb587a10bad0799360f056d8fa74aa02aa6a (diff) |
added keyboard support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ Aim is to emulate the Chip-8, an interpreted programming language from the 1970s - [x] Basic Chip-8 instruction set implementation - [x] Display rendering using Effekt's graphics capabilities via html canvas -- [ ] Keyboard input handling +- [x] Keyboard input handling - [x] Loading and running Chip-8 ROMs ## Can-have |