Skip to content

wailay/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8

Yet another chip8 interpreter just for fun.

ibm ex

all ex

Dependencies

  • SFML Graphics library for the window drawing, keyboard input and sound.
  • g++
  • make

Usage

Build

cd src/ make

Run

./chip8 <ROM-NAME> i.e ./chip8 zero

Todo

  • Unit tests
  • timeless debugger
  • code refactor

About

Yet another chip8 interpreter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published