An ASCII game I want to finish.
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)
read the help page
poetry install
poetry run python -m lithicrivers
docker build ./ --tag henryfbp/lithicrivers:latest
docker run --interactive --tty henryfbp/lithicrivers:latest
docker push henryfbp/lithicrivers
- https://github.com/peterbrittain/asciimatics/blob/v1.13/samples/tab_demo.py
- https://stackoverflow.com/questions/9575409/calling-parent-class-init-with-multiple-inheritance-whats-the-right-way/50465583#50465583
- https://github.com/zladovan/gorched
- https://github.com/matcool/term-tris
- https://github.com/topics/asciimatics
- https://github.com/meysam81/notable-newts
- https://github.com/JnyJny/GameOfLife
- https://github.com/VedantKhairnar/The-Maze-Runner