Skip to content

JMoogs/C8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A CHIP-8 interepreter that runs in a terminal.

Usage

Run c8 --help for a list of options.

Building

Install cargo

For the original instruction set use:

cargo build --release

For the new instruction set used by some newer games use:

cargo build --release --features new_instructions

About

A Chip-8 interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages