Skip to content

RealWilliamWells/sea-chip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sea-chip

Another C++ implementation of a chip-8 interpreter.

Usage

  1. Ensure that the SDL2 libraries and cmake are installed on your system. On a debian based OS you can do this by running apt-get install libsdl2-dev.
  2. Compile with CMake by running cmake CMakeLists.txt then make.
  3. Run resulting executable with a path to a rom as an argument or enter the path after executing.
  4. Profit?!?!?!

About

Another C++ implementation of a chip-8 interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published