Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 226 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 226 Bytes

chip8

This is my first attempt at an emulator, it loads and displays games and accepts input from the user.

Definitely has bugs!

Requires

OpenGL, GLFW and GLEW

On ubuntu: sudo apt-get install libglfw3-dev libglew-dev