Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 596 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 596 Bytes

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