Game inspired by the Summoning theme for the 55th ludum dare jam
Early preview...
- 2D Platformer
- 9 stages (levels)
- Speedrun timer just-for-display
- z: go to last checkpoint
- x: save position as checkpoint
- c | k: dash
- v | space: jump
- v-
<direction>
c: double jump dash - b: delete last checkpoint
- enter(RET): Confirm actions
- wasd and arrow keys: move in direction (up left down right)
NOTE: Last built with python 3.11.8
Built in support for either pip 23.2.1
or nix-shell (Nix) 2.18.1
- pygame
See more
-
psutil
-
pyinstaller
- altgraph
- packaging
- pyinstaller-hooks-contrib
-
hypothesis
- attrs
- sortedcontainers
-
pytest
- iniconfig
- pluggy
- line-profiler
- memory-profiler
- Lloyd Lobo - Design & Programming
- See /resources/LICENSE.md
- DaFluffyPotato for introduction and course on building a platformer using Pygame
- Raylib examples for inspiring the menu screen navigation
- Pygame for it's simple to use library APIs
This game sources are licensed under an unmodified zlib/libpng license, which is an OSI- certified, BSD-like license that allows static linking with closed source software. Check LICENSE for further details.