An open API service indexing awesome lists of open source software.

https://github.com/na9da/purescript-chip8

A Chip8 emulator in PureScript
https://github.com/na9da/purescript-chip8

chip8 emulator purescript

Last synced: 12 days ago
JSON representation

A Chip8 emulator in PureScript

Awesome Lists containing this project

README

          

# 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](ufo.png)

[More ROMS](https://github.com/alexanderdickson/Chip-8-Emulator/tree/master/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