https://github.com/amaranthinecodices/chip8-int
A CHIP-8 interpreter in Rust.
https://github.com/amaranthinecodices/chip8-int
chip-8 chip-8-interpreter rust
Last synced: over 1 year ago
JSON representation
A CHIP-8 interpreter in Rust.
- Host: GitHub
- URL: https://github.com/amaranthinecodices/chip8-int
- Owner: AmaranthineCodices
- Created: 2018-03-11T21:01:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T01:54:49.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T08:44:01.207Z (over 1 year ago)
- Topics: chip-8, chip-8-interpreter, rust
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chip8-int
A [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8) interpreter made in Rust for educational purposes!