Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luckasranarison/yace

Yet another CHIP-8 emulator
https://github.com/luckasranarison/yace

chip8 cli emulator wasm

Last synced: 5 days ago
JSON representation

Yet another CHIP-8 emulator

Awesome Lists containing this project

README

        

# yace

Yet another CHIP-8 emulator.

## References

- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM

- https://tobiasvl.github.io/blog/write-a-chip-8-emulator

## TODO

- [x] Basic emulator.

- [x] CLI version.

- [x] WASM and webui.