Causality Couriers: tomorrow's deliveries, yesterday. A point-and-click text adventure developed in Gruescript. Illustrations were AI-generated using Stable Diffusion.
git clone https://github.com/dmyates/causality-couriers
cd causality-couriers; python build.py
cd build; python -m http.serverThen play the game on your browser at http://localhost:8000.
- v1.0.4: Improve layout responsiveness on mobile (post-jam)
- v1.0.3: Fixed undoing & restoring after game ends (thanks Somnium!)
- v1.0.2: Fixed missing description
- v1.0.1: Fixed spelling errors (s/Casuality/Causality) (thanks jondalnas!)
- v1.0.0: Initial release