Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoliveira21 committed Dec 1, 2024
1 parent 982db34 commit a0dcdbb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 29 deletions.
49 changes: 20 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,26 @@ Chip-8 browser demo available in the following link:

# Keypad Configuration

[Your keyboard] --> [Chip 8]

- 1 --> 1
- 2 --> 2
- 3 --> 3
- 4 --> C
- Q --> 4
- W --> 5
- E --> 6
- R --> D
- A --> 7
- S --> 8
- D --> 9
- F --> E
- Z --> A
- X --> 0
- C --> B
- V --> F

# To Do

- [X] Add beep audio
- [X] Run in browser
- [ ] Audio support
- [X] Select ROM
- [ ] Add configuration file to change color and keypad
- [ ] Improve unit tests
- [X] Add SUPER-CHIP support
- [ ] Add XO-CHIP support
<img width="430" alt="chip-8 keyboard layout" src="./cli/assets/chip8-keyboard.png">

| Your keyboard | Chip 8 |
|---------------|--------|
| 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | C |
| Q | 4 |
| W | 5 |
| E | 6 |
| R | D |
| A | 7 |
| S | 8 |
| D | 9 |
| F | E |
| Z | A |
| X | 0 |
| C | B |
| V | F |

# References

Expand Down
Binary file added cli/assets/chip8-keyboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a0dcdbb

Please sign in to comment.