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
- Host: GitHub
- URL: https://github.com/na9da/purescript-chip8
- Owner: na9da
- Created: 2018-02-09T06:07:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T06:09:58.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T08:14:02.178Z (12 months ago)
- Topics: chip8, emulator, purescript
- Language: PureScript
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

[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