Skip to content

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages