chip-8
Version, currently master branch1 version
- master branchlatestJun 28, 2025
github.com/mattrbeck/chip-8
A Chip-8 emulator written in Crystal
4 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
chip-8:
github: mattrbeck/chip-8
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.34.0- License
- MIT
- Author
- Matthew Beck
- Target
chip-8from src/chip-8.cr
Dependencies
Runtime Dependencies
- sdl*github: ysbaddaden/sdl.cr
README
chip-8
This is a basic Chip-8 emulator written in Crystal. Rendering is performed using SFML through CrSFML. Sound is not currently supported.
Installation
First, you must install SFML. Next, simply clone the repo, run shards install, then shards build.
Usage
After building, you'll be left with an executable in bin/chip-8. The executable takes a path to a Chip-8 rom as its only argument, so simply execute with bin/chip-8 path/to/rom.
Contributing
- Fork it (https://github.com/mattrbeck/chip-8/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Matthew Beck - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Jun 28, 2025
- Crystal
0.34.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/mattrbeck/chip-8
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 1