Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 299 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 299 Bytes

Chocolate Chip 8

Simple C implementation of Chip8 for learning purposes.

Build Instructions

I've tested this only with gcc so you will have to modify the makefile if you want to do anything fancy :3 Otherwise...

  • Clone repo
  • cd into folder
  • run make
  • execute ./chocolate_chip8_emulator