Skip to content

WillBrindle/chip8.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8.go

Go

Overview

A chip-8 implementation written in Go. Core implementation exposes a simple interface for plugging in a display responsible for IO (keyboard + rendering). pixeldisplay contains a sample implemention of the interface using the pixel library for rendering. In the future a GopherJS implementation of the frontend.

About

A chip-8 implementation written in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages