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

https://github.com/pepyakin/chipster

🎮 Yet another Chip8 implementation
https://github.com/pepyakin/chipster

chip8 rust vm

Last synced: 9 months ago
JSON representation

🎮 Yet another Chip8 implementation

Awesome Lists containing this project

README

          

# 🎮 chipster
[![Build Status](https://travis-ci.org/pepyakin/chipster.svg?branch=master)](https://travis-ci.org/pepyakin/chipster)

Yet another [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8) implementation.

Web version available [here](http://pepyakin.github.io/chipster/) (requires WebAssembly).

![Screenshot - F8z](screenshot_f8z.png)

The project is still in early stage, because:

- Not all instructions currently implemented,
- Several of those implemented probably have not been
tested thoroughly, some other may suffer from quirks (8xy6, 8xyE, Fx55, Fx65),
- Hardcoded controls,
- Tested only on macOS.