Yokiebob / chip8

Chip8 interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chip8

Another Chip8 interpreter!

You can run your own programs by doing the following:

  1. Create a new instance of the Chip8 class
  2. Load a program
  3. Inside a game loop call the update and drawDisplay (with your 2d canvas context and pixel size as arguments) methods
  4. Have fun!

Demo:

About

Chip8 interpreter

License:MIT License


Languages

Language:JavaScript 100.0%