/rusty_chip8

Chip-8 emulator

Primary LanguageRustMIT LicenseMIT

Chip 8 emulator

This is a simple emulator for the chip8

Link

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

Run Locally

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>

TODO

  • Bug in chipwar.ch8 the game behaves unexpectedly (conquering a region often ends it)