Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 796 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 796 Bytes

Chip

A chip-8 interpreter written in Rust and webAssembly.

Dependencies:

You need to have python3 and rust installed in your computer for this to work.

How to play:

  1. Clone this repository: git clone https://github.com/pedrommaiaa/chip8.

  2. Enter the directory: cd chip8/.

  3. Run make install to install all dependencies.

  4. In the main directory, run make run.

  5. Go to: http://127.0.0.1:8000/

  6. Choose a game and enjoy.

Keyboard Layout:

1 2 3 4
q w e r
a s d f
z x c v

References: