meltingscales / LithicRivers

Flowing stone!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LithicRivers

An ASCII game I want to finish.

Screenshot of the game

Play the game

Visit https://replit.com/@HenryFBP/LithicRivers?embed=1 to play this game in an online terminal!

Visit https://github.com/HenryFBP/LithicRivers/releases to download a release for your platform.

If you have Docker, run this in bash:

docker run --interactive --tty henryfbp/lithicrivers:latest

to run the game in terminal locally. Please note saved games will be lost.

Currently we support:

  • Windows
  • OSX 10
  • OSX 11
  • Debian (built on Ubuntu)

How to play the game

read the help page

wow, badges :P

Coverage Status

forthebadge

forthebadge

forthebadge

forthebadge

running

poetry install
poetry run python -m lithicrivers

building/release

Docker

docker build ./ --tag henryfbp/lithicrivers:latest
docker run --interactive --tty henryfbp/lithicrivers:latest
docker push henryfbp/lithicrivers

notes

About

Flowing stone!


Languages

Language:Python 95.8%Language:Shell 3.1%Language:Batchfile 0.6%Language:Dockerfile 0.4%