cryp-8

Version, currently master branch1 version
  • master branchlatestJul 31, 2020

github.com/Odebe/chip-8-crystal

chip-8 emulator written in crystal

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  cryp-8:
    github: Odebe/chip-8-crystal
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.34.0
License
MIT
Author
Дмитриев Михаил Евгеньевич
Target
  • cryp-8 from src/cryp-8.cr

Dependencies

Runtime Dependencies

  • sdl*github: ysbaddaden/sdl.cr

README

cryp-8

chip-8 emulator

Installation

First of all Install Crystal, build with command

shards install && shards build

Usage

Run and enjoy (or not).

> ./bin/cryp-8 -h                                                                                                     
Usage: cryp-8 [arguments]
    -d, --debug                      Enable debug logs
    -r ROM_PATH, --rom=ROM_PATH      Path to rom file
    -h, --help                       Show this help

Development & Contributing

Do not touch my garbage!

Contributors