Skip to content

kottesh/chips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIPS (A CHIP-8 Interpreter)

showcase

2024-04-18_22-13-44.mp4

compiling

You will need clang++, SDL2, cmake for building from source.

$ git clone https://github.com/kottesh/chips.git
$ mkdir chips/build
$ cd chips/build
$ cmake ..
$ make

If the above commands get executed without any errors you will end up with an executable file 'chips', execute it like below with the rom file(make sure to give the correct path to the rom file).

NOTE: I have only tested with GNU/Linux(Arch)

$ ./chips /path/to/rom_file 

About

chips - A chip-8 interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published