Skip to content

pncnmnp/IronChip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IronChip

An interpreter for CHIP-8 in Rust.

Installation and Running

This interpreter runs directly in the terminal and uses certain Kitty-specific APIs for some of its functionalities. Therefore, it is necessary to install Kitty or a terminal emulator that is built on top of Kitty to run this interpreter.

You can find the executables to install Kitty in its GitHub release page.

To install the dependencies, clone this repository and run the following command in the root path:

cargo build

After that, any CHIP-8 ROM can be executed by running the following command along with its relative path:

cargo run <relative-path-to-rom>

Screenshots

image

Attribution

License

The code is open-sourced under the MIT License.

About

CHIP-8 interpreter in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages