A chip-8 interpreter written in Rust and webAssembly.
You need to have python3 and rust installed in your computer for this to work.
Clone this repository:
git clone https://github.com/pedrommaiaa/chip8.Enter the directory:
cd chip8/.Run
make installto install all dependencies.In the main directory, run
make run.Go to:
http://127.0.0.1:8000/Choose a game and enjoy.
Keyboard Layout:
| 1 | 2 | 3 | 4 |
| q | w | e | r |
| a | s | d | f |
| z | x | c | v |
References:
