This is a simple emulator for the chip8
Inspired by Octo.
Third-party games:
- Glitch Ghost by Jackie Kircher.
- source code of Slippery, Chip War, Cave Explorer, Default, Fez can be found here
Clone the project
git clone https://github.com/LucaSforza/rusty_chip8
Go to the project directory
cd rusty_chip8
Compile the emulator
cargo build
Run the emulator
cargo run <path to a bytecode file>
- Bug in chipwar.ch8 the game behaves unexpectedly (conquering a region often ends it)