Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crowlkats/chip-8
A chip-8 emulator
https://github.com/crowlkats/chip-8
chip-8 emulator
Last synced: 15 days ago
JSON representation
A chip-8 emulator
- Host: GitHub
- URL: https://github.com/crowlkats/chip-8
- Owner: crowlKats
- License: mit
- Created: 2020-06-19T22:59:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T13:34:24.000Z (over 3 years ago)
- Last Synced: 2024-10-24T00:10:50.999Z (2 months ago)
- Topics: chip-8, emulator
- Language: Rust
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chip-8
A chip-8 emulator## Controls
| 1 | 2 | 3 | 4 |
| :-: | :-: | :-: | :-: |
| Q | W | E | R |
| A | S | D | F |
| Z | X | C | V |`Z` is replaced with `Y` if on a qwertz layout.