dungeon

Version, currently master branch1 version
  • master branchlatestApr 11, 2019

github.com/mswieboda/dungeon

Dungeon crawler in Crystal via Raylib and Cray

5 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  dungeon:
    github: mswieboda/dungeon
    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.2
License
MIT
Author
Matt Swieboda
Target
  • dungeon from src/dungeon.cr

Dependencies

Runtime Dependencies

  • cray*gitlab: zatherz/cray

README

Installation

Requires Crystal to be installed

$ brew install crystal

Install crystal shard dependencies (cray)

$ shards install

Run the make file to build/compile in Crystal, and run the executable (from ./build)

$ make