https://github.com/tk04/chip8_emu
Developed a Chip-8 Emulator in rust that can be run via the command line. You run the program and pass in a path to a chip8 game file, then a GUI will pop-up and allow you to interact/ play the game.
https://github.com/tk04/chip8_emu
Last synced: 3 days ago
JSON representation
Developed a Chip-8 Emulator in rust that can be run via the command line. You run the program and pass in a path to a chip8 game file, then a GUI will pop-up and allow you to interact/ play the game.
- Host: GitHub
- URL: https://github.com/tk04/chip8_emu
- Owner: tk04
- Created: 2021-11-03T00:46:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T02:09:19.000Z (over 4 years ago)
- Last Synced: 2025-11-18T04:02:57.710Z (7 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chip8_Emu
Developed a Chip-8 Emulator in rust that can be run via the command line. You run the program and pass in a path to a chip8 game file, then a GUI will pop-up and allow you to interact/ play the game.
To Run:
```
$ cargo build
$ cargo run path/to/game
```