Start of the game

SkyscraperCityUptown

Little platformer game inspired by the old game Heart of Darkness

I tried to mimic the cinematic platform video game genre, but not sure I got it right. I spend way to much time (a bit more than 1 day) to draw all the stick figure animations.

Instructions are in the readme.md!

Here the requirements:

python 3.13
pygame-ce 2.5.5 (pygame does not work! Older versions of pygame-ce might not work either!)

Controls:
WASD: walk, climb, crawl
Shift: run
Space: jump
E: use

Can you find your way out?

Awards


Walk cycle pro award
Presented by speedlimit35

Cozy Award
Presented by Walkercito

Give this entry an award

Files

File Uploader Date
Screenshot_2025-09-28_022534.png
Start of the game
DR0ID 2025/09/28 00:26
SkyscraperCityUptown.zipfinal
1.0
DR0ID 2025/09/28 00:13

Diary Entries

Floating box fix

Oh no, I must have overlooked this. If you find the floating box strange as I do and would like to see them on the ground, then change

line 108 in levelloader.py to

                    box = Box(spr.image.get_rect(topleft=pos.xy))


This will only change the visuals and does not change the logic (except, you can crawl beneath the floating box.... :(  )

Add a comment