Skip to content

clint07/CHIP-8-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8

This project is a Go implementation of the CHIP-8 interpreter.

CHIP-8 is an interpreted programming language that executes CHIP-8 programs such as Pong, Space Invaders, and Pac-Man. This implementation SDL to handle rendering, input, and audio.