Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

celeastView game page

Submission for the PyGame Winter Jam 2026
Submitted by theShim — 6 minutes, 16 seconds before the deadline
Add to collection

Play game

celeast's itch.io page

Results

CriteriaRankScore*Raw Score
Artistry#43.8764.333
Polish#103.1303.500
Engagement#152.6833.000
Overall#152.8323.167
Theme Integrity#222.3852.667
Innovation#232.0872.333

Ranked from 6 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Did you have fun throughout the creation process?

No

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

You evil punk, don't trick people into thinking they have a choice. Great game.

Submitted

Cool platformer (hah get it?). I like the ambience and it plays pretty smooth. Definitely a difficulty curve lol

Developer

yeah probably should’ve play tested it a bit more lol

Submitted (1 edit)

had to comment out some stuff on main.py to get it running:

  •             #self.program["time"].value = self.t
  •             #self.program["screenZoom"].value = self.screen_zoom
  •             #self.program["cam_offset"].value = self.player.hitbox.center - self.offset
Submitted

The game looks really cool but i couldn't get very far, the wall climbing is a bit hard to understand, or maybe i'm just bad at timing... 

Developer

thanks! and no it’s not your fault, it’s definitely a muscle memory thing.

Submitted

Really good graphics and very well polished! Though there isnt much to do and i couldnt get past the second level.

Developer

Thanks! For the second room, I probably should’ve added an indicator but if you walk off, you can jump mid-air and wall jump.

Submitted

Traceback (most recent call last):

  File "/home/bydra/Downloads/Celeast/main.py", line 284, in <module>

    game.run()

  File "/home/bydra/Downloads/Celeast/main.py", line 266, in run

    self.program["time"].value = self.t

    ~~~~~~~~~~~~^^^^^^^^

  File "/home/bydra/myenv/lib/python3.12/site-packages/moderngl/__init__.py", line 412, in __getitem__

    return self._members[key]

           ~~~~~~~~~~~~~^^^^^

KeyError: 'time'

I dont know whether  it is my fault...

Developer

Maybe try redownloading it? I haven’t been able to recreate that error. If you still get the error message me in the discord server I can help debug.

Submitted (1 edit)

Thanks, I just tried that and it worked! Great game.