Skip to content

morgentaudv/chipmunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chipmunk

CHIP-8 interpreter simulator toy project written in Rust-lang.

Getting Started

This project only exports executable application, so just build with cargo.

cargo build
cargo build --release

To execute built application, write valid CHIP-8 supported file path into next command like below.

./chipmunk "./roms/demos/Maze [David Winter, 199x].ch8"

This project does not include CHIP-8 program pack, get distributed CHIP-8 packs into this link.

Samples

sample1

./chipmunk Sirpinski [Sergey Naydenov, 2010].ch8

sample2

./chipmunk Particle Demo [zeroZshadow, 2008].ch8

License

This project is licensed under GPL 3.0 license.

see the LICENSE file.

Acknowledgments

About

[dev-stopped] chip-8 emulator written in rustlang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages