tileworld

Version, currently master branch1 version
  • master branchlatestSep 29, 2023

github.com/joske/TileWorldCrystal

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  tileworld:
    github: joske/TileWorldCrystal
    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
1.0.0
License
MIT
Author
Jos Dehaes
Target
  • tileworld from src/tileworld.cr

Dependencies

Runtime Dependencies

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