Skip to content

migafgarcia/chip-8-emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip-8-emu

Emulator for the Chip-8 VM.

Screenshot

Chip-8 has a very small set of instructions, which makes it very easy to implement. There are many implementations of this emulator across the web. This one is built using C++. The windowing, input and graphics are provided by the SDL2 library.

There are probably some ninja bugs hidden in the code, which is a mess as of now. Given the time I plan on tidying it up.

Useful links

Releases

No releases published

Packages

No packages published