Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliassjogreen/crisp-8
🖥️ A chip-8 emulator written entirely in deno to test out denosaurs/pane
https://github.com/eliassjogreen/crisp-8
chip-8 chip8 deno emulator
Last synced: 19 days ago
JSON representation
🖥️ A chip-8 emulator written entirely in deno to test out denosaurs/pane
- Host: GitHub
- URL: https://github.com/eliassjogreen/crisp-8
- Owner: eliassjogreen
- License: mit
- Created: 2020-12-27T20:24:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T23:55:17.000Z (almost 4 years ago)
- Last Synced: 2024-10-25T09:21:36.906Z (2 months ago)
- Topics: chip-8, chip8, deno, emulator
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRISP-8
CRISP-8 is a [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8) emulator written in [deno](https://deno.land/)
as a fun project to test out the module [pane](https://github.com/denosaurs/pane). It was adapted to ts
from [this](https://blog.scottlogic.com/2017/12/13/chip8-emulator-webassembly-rust.html) blog post and
accompanying [github](https://github.com/ColinEberhardt/wasm-rust-chip8).## Running
```bash
deno run -A --unstable main.ts
```