Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```