Shard Detail

tileworld v0.1.0

No Description

Install & Use

Add the following code to your project's shard.yml under:

dependencies to use in production
- OR -
development_dependencies to use in development


tileworld:
  github: joske/TileWorldCrystal

Readme

tileworld

adapted from TileWorldRuby in Crystal

Installation

shards install

Usage

crystal run src/tileworld.cr

Docker

docker build -t tileworld .

docker run -ti -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --volume="$HOME/.Xauthority:/root/.Xauthority:rw" --network=host --privileged --rm --init tileworld