Skip to content

eejdoowad/Chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A mostly working, somewhat over-engineered, Chip-8 Emulator

Written in C with SDL2 and supports windows, unix (tested on ubuntu/mac), and the web (via emscripten)

pong demo image

Online Demo

Online demo: http://eejdoowad.github.io/Chip8/ (controls are '2', 'q', 'z', 'x')

Build

Platform-specific build instructions can be found in the build subdirectories

License

MIT Licensed. See License.md for details

References:

  1. http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/
  2. http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
  3. https://github.com/mrshankly/chip8-emulator/tree/master/src
  4. http://mattmik.com/chip8.html

About

Chip8 emulator written in C. Online Demo (buggy): http://eejdoowad.github.io/Chip8/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published