Add demo video
Init
An implementation of a Celeste-like physics system as described in Madeline Thorson's Celeste & TowerFall Physics with additional implementations of select mechanics from described in Thorson's Celeste & Forgiveness.
This implementation is written in Lumpy using the builtin Minimalist Lumpy Game Framework library.
https://github.com/user-attachments/assets/f72930f7-8e24-4035-b298-9e4a25cc273d
Install Lumpy and then set up a development enviroinment with the commands:
/path/to/celumpy$ python3 -m venv .venv-celumpy
/path/to/celumpy$ . .venv-celumpy/bin/activate
(.venv-celumpy) /path/to/celumpy$ python3 -m pip install -r requirements.txt
Run the demo with:
(.venv-celumpy) /path/to/celumpy$ $LUMPY_HOME/lumpy.py main.lumpy
All content in this repository, unless otherwise noted, is licensed under the Zero-Clause BSD license.
See LICENSE for more information.