crestal-myth

Version, currently master branch1 version
  • master branchlatestDec 15, 2018

github.com/coderobe/crestal-myth

systems emulator

0 stars
0 dependents
License: AGPLv3

Installation

# Add this to your shard.yml
dependencies:
  crestal-myth:
    github: coderobe/crestal-myth
    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.27.0
License
AGPLv3
Author
Robin Broda
Target
  • crestal-myth from src/crestal-myth.cr

Dependencies

This version declares no dependencies.

README

crestal-myth

systems emulator

Installation

TODO: Write installation instructions here

Usage

Currently, crestal-myth will look for a file called Tetris.gb in the current directory. Place a GB ROM in that location and run crestal-myth

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/fliegermarzipan/crestal-myth/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors