Emulator of Chip 8, available both on Desktop and browsers
View Demo
·
Report Bug / Request Feature
Table of Contents
This version of Chip 8 Emulator allows you to play games made for this system
Both on desktop, using cargo run, and on browser.
It is possible thanks to magic power of WebAssembly!
(top)
This Emulator was build using loved by many people language, also used WebAssembly
(top)
How to install and use this software?
- Clone the repository
git clone https://github.com/BudzioT/Godot_Super-Wakatime.git
- Install needed dependencies (mainly VCPKG, read instruction for your OS)
- Run this in the
Desktopdirectory:cargo build
(top)
How to use this emulator manually?
- Install Chip 8 games from your prefered source
- Run
cargo run path/to/game
- If you are using browser version, just upload your game or choose one from a list
(top)
Distributed under the MIT License. See LICENSE for more information.
