Ember Keeper is a platformer 2D game where you have to escape the outside temperatures, while collecting firewood to keep yourself warm while being out in the open.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
csd4ni3l 6dd9bbd904
All checks were successful
Build and Release / Build and Release (push) Successful in 14m16s
chore: add mirror repository URLs
2026-07-28 17:54:53 +02:00
.forgejo/workflows Fix assets flag in Actions 2026-06-08 16:58:38 +02:00
assets update README, add falling spikes, fix level 2 map, add background snowflakes, fix wrong level problems, fix replays not working, add trail, make trees give less warmth, add back button to level selector 2025-11-30 22:37:42 +01:00
game fix for loop bug 2025-11-30 22:47:06 +01:00
menus update README, add falling spikes, fix level 2 map, add background snowflakes, fix wrong level problems, fix replays not working, add trail, make trees give less warmth, add back button to level selector 2025-11-30 22:37:42 +01:00
utils update README, add falling spikes, fix level 2 map, add background snowflakes, fix wrong level problems, fix replays not working, add trail, make trees give less warmth, add back button to level selector 2025-11-30 22:37:42 +01:00
.gitignore Add funny texts around the map, add file saving, use trees instead of coins, make reset put trees back, increase ice slipperiness, make warmth always decline 2025-11-28 22:03:17 +01:00
.python-version Initial commit from game template + some starting work 2025-11-27 17:20:24 +01:00
CREDITS Add kenny assets and strip them down, add basic game and map, slippery ice, decoration and spikes, player animation, fix main menu button scaling 2025-11-27 23:31:28 +01:00
LICENSE Initial commit from game template + some starting work 2025-11-27 17:20:24 +01:00
pyproject.toml Initial commit from game template + some starting work 2025-11-27 17:20:24 +01:00
README.md chore: add mirror repository URLs 2026-07-28 17:54:53 +02:00
requirements.txt fix requirements.txt 2025-11-29 15:49:35 +01:00
run.py fix best time not loading due to not using level num, update README, lock the game to 60 FPS, add hitboxes setting and camera shake 2025-11-29 18:39:14 +01:00
uv.lock Initial commit from game template + some starting work 2025-11-27 17:20:24 +01:00

Ember Keeper is a platformer 2D game where you have to escape the outside temperatures, while collecting firewood to keep yourself warm while being out in the open.

The game is locked at 60 FPS since every interaction depends on that and i am lazy to introduce delta time. The game can be/is intended to be speedrunned and there is an option for hitboxes as well.

The game includes lots of funny texts and traps i made.

Mirrors

Forgejo GitHub Codeberg