a-n-t-h-o-n-y / chip8

Chip8 Interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHIP-8 Interpreter

Written in C++20.

Building

To build the interpreter, follow these steps:

  • Clone the repository.
  • Fetch the submodules (Escape library).
  • Use CMake to build the project.

Running

Here's the mapping for keyboard keys:

1234
qwer
asdf
zxcv

To launch the interpreter, use the following command from the build directory:

./chip8 [rom file]

About

Chip8 Interpreter


Languages

Language:C++ 98.6%Language:CMake 1.4%