An open API service indexing awesome lists of open source software.

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.

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
```