Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 467 Bytes

PureScript Chip8 Emulator

This is something I wrote for fun. Not all games work as I haven't implemented all opcodes. UFO, Blitz & Space Invaders are some of the games that do work.

UFO

More ROMS.

TODOs

  • Implement all Opcodes
  • Implement Audio
  • Figure a way to stop emulation when the program exits
  • Add a drop-down UI for changing loading a new game