Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patricktcoakley/ts-chipster8

Just another Chip8 emulator in TypeScript.
https://github.com/patricktcoakley/ts-chipster8

chip8 emulator typescript

Last synced: 24 days ago
JSON representation

Just another Chip8 emulator in TypeScript.

Awesome Lists containing this project

README

        

# ts-chipster8
Just a quick port of [Chipster8](https://github.com/patricktcoakley/Chipster8). Try it [here](https://chipster8.netlify.app/).

## Usage
This project uses Parcel, so all that needs to be done is:
* `npm i`
* `npm run dev` for local development
* `npm run build` to build

## Notes
* The `y`, `u`, and `i` keys can be used to dump the memory, registers, and video, respectively.