Skip to content

Colemakman/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Emulator

Emulator Written in C and SDL that runs CHIP-8 games.
CHIP-8: https://en.wikipedia.org/wiki/CHIP-8

Run with -d or --debug flags to view registers and iterate through instructions.

Installation

Linux

Clone the repo
git clone https://github.com/Colemakman/CHIP-8/
Install dependancies
sudo apt install gcc libsdl2-dev
Build
make
Run
./chip8 example.ch8

Windows

Do the same steps but on WSL.
https://learn.microsoft.com/en-us/windows/wsl/install
You may need to sudo apt install make ncurses-dev

About

Chip-8 emulator in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published