~ashn/celumpy

Lumpy implementation of the physics system from Celeste
Add demo video

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~ashn/celumpy
read/write
git@git.sr.ht:~ashn/celumpy

You can also use your local clone with git send-email.

#Celumpy

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.

#Demo Video

https://github.com/user-attachments/assets/f72930f7-8e24-4035-b298-9e4a25cc273d

#Building & Running

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

#License

All content in this repository, unless otherwise noted, is licensed under the Zero-Clause BSD license.

See LICENSE for more information.

Do not follow this link