Skip to content

digitsensitive/SDL-CHIP8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL-CHIP8

C++ Implementation of chip 8 emulator using SDL for graphics

Running

install  the development libraries SDL2: sudo apt-get install libsdl2-dev  
intsall c++11  
run the build script in the source directory
run the c8 binary with a path to a rom: ./c8 rooms/INVADERS

Space Invaders

About

C++ Implementation of chip 8 emulator using SDL for graphics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Shell 0.6%