Chip8.js. Play old computer games from the 1970s and 80s in your web browser.

taniarascia.github.io/chip8

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2021
  • Merge pull request #11 from ItsBasvanDam/patch-1
March 2021
  • Fix offset of last line of ASCII art logo.
October 2020
  • Release —Initial release
  • Merge pull request #9 from xiaoyu2006/patch-1
September 2020
  • Fix a potential bug.
April 2020
  • Update README.md
  • Merge pull request #6 from stellartux/master
  • Audio support
  • Keypress bugfix
  • Update README.md
  • Fix ROM urls
  • Add instruction for building web
  • Add games
  • 1.0.4
March 2020
  • Simplify waitKey for native
February 2020
  • Rewrite script names to be more intuitive and consistent; add comment…
  • Rearrange README
  • Fix path for web build
  • Add instructions to web version
  • Update table of contents
  • Clean up files and add comments to classes and scripts