fredrb / chip-8

Chip 8 Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chip-8 Emulator

The hello world of Emulator development.

cargo run <path to ROM>

This project was developed with the purpose of learning. It is not a reference to how one should implement a Chip-8 Emulator. A good place to start would be Cowgod's Chip-8 Reference and the Wikipedia Page.

About

Chip 8 Emulator


Languages

Language:Rust 100.0%