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
- Host: GitHub
- URL: https://github.com/pepyakin/chipster
- Owner: pepyakin
- Created: 2016-06-12T09:43:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T18:45:43.000Z (over 8 years ago)
- Last Synced: 2025-02-14T11:00:05.756Z (11 months ago)
- Topics: chip8, rust, vm
- Language: Rust
- Homepage: http://pepyakin.github.io/chipster/
- Size: 1.08 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎮 chipster
[](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).

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.