Skip to content

NickBrisebois/Chip8-Plus-Plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8-Plus-Plus

A chip 8 emulator written in C++ using SFML

Dependencies

- sfml
- imgui
- imgui-sfml
- gcc

Building:

Just type

make 

in the root of the repo

Running:

Type

./chip8 ./roms/[ROM] 

where [ROM] is the game you want to run

screenshot

This was written with a ton of help from this blog post by Laurence Muller

I also definitely could not have written this without cowgod's chip8 docs here

About

A chip 8 emulator written in C++ using SFML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published