Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/patricktcoakley/ts-chipster8
- Owner: patricktcoakley
- Created: 2021-04-24T19:11:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T14:30:36.000Z (about 1 year ago)
- Last Synced: 2023-12-05T15:49:17.077Z (about 1 year ago)
- Topics: chip8, emulator, typescript
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.