Skip to content

CraftyChimera/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Interpreter

A CHIP-8 interpreter written in C++

Prerequisites

SFML and Make are required for this project.
Install them using

sudo apt-get install libsfml-dev make

Running

Place your rom in roms/ folder. Then You can run the rom using

make all
./Chip-8 (rom)

For example to play Pong,run

make all
./Chip-8 Pong.ch8

Keyboard Mapping:

Alt text

on the Keyboard correspond to

Alt text

on the interpreter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published