Skip to content

Saphereye/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-8 emulator

This project is an implementation of an emulator for the CHIP-8 fantasy video game console.

How to run

The program can be run by cloning the repo and creating the executable using:

cargo run --release

This will create the executable at ./target/release/chip-8-emulator. Use ./chip-8-emulator --help to know more about the arguments that can be provided.

Screenshot

image

More roms can be found here

Resources

About

CHIP-8 fantasy console emulator/debugger

Topics

Resources

Stars

Watchers

Forks

Languages