Skip to content

meltingscales/LithicRivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ec484d1 · Apr 2, 2024
Mar 4, 2022
Apr 2, 2024
Mar 8, 2022
Mar 5, 2022
Feb 25, 2022
Mar 4, 2022
Jun 22, 2023
Feb 14, 2022
Apr 2, 2024
Feb 20, 2022
Mar 4, 2022
Mar 7, 2022
Apr 2, 2024
Apr 2, 2024
Mar 7, 2022

Repository files navigation

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