/chip-8-rs

Rust implementation of the Chip-8 virtual machine

Primary LanguageRust

chip-8-rs

This is a Rust implementation of the Chip-8 virtual machine, a simple 8-bit computer designed in the 1970s for creating simple video games and educational programs.

Testing

To run the tests, execute the following command:

cargo test

This will run all of the tests in the project, including unit tests and integration tests.