Skip to content

LucaSforza/rusty_chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Chip-8 emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages