20th Anniversary Edition challenge: “Skyscraper City”

Constrictor Constructor - Current world record: 5,086 points

Posted by cyhawk on 2025/10/01 06:10

Here's Alex reaching past Grandmaster: https://www.youtube.com/watch?v=REz796lFYWs


Let us know if you can beat Alex!

Add a comment

Orbital Metropolis Defense - (Barely)Finished project with sound and music this time.

Posted by Phantasma on 2025/09/30 04:40

I don't recall any PyWeek submissions I've done that included both sound and music until now. Out of all the projects I've made throughout every PyWeek jam, I think this is one of my best efforts alongside that 6-crates game I've made a long time ago.


Of course, there's still room for improvement so I'm not stopping there. Looking forward to playing everyone's games throughout this week.

Add a comment

SkyscraperCityUptown - Floating box fix

Posted by DR0ID on 2025/09/29 18:40

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

Skyscraper Destruction Race - Skyscraper Destruction Challenge

Posted by stuartc on 2025/09/28 15:41

Here is my attempt at making a game in the little time I had! I'm happy that it (mostly) works, although there are certainly more features I would have liked to add.


As it stands, it is a 2 player game. Player 1 plays on the left hand side and uses WASD and left-shift keys; player 2 is on the right hand side and uses cursor keys and comma. Both players have to try to run up a skyscraper that keeps growing out of the ground. You can also shoot bricks out of your opponent's skyscrapers to hinder their progress. First to the cup in the middle is the winner. 

The game is about 500 lines long, has hardly any graphics, and doesn't use any library except pygame. More info and code over here. Please enjoy!


Screenshot of a rudimentary shooting game

Add a comment

Skyscraper Surfers - Finished

Posted by David3001 on 2025/09/28 14:12

Another successful game on pyweek.

I want to thank all people hosting this, as this is an amazing event.

Until next time,

David

Add a comment

1 Bazooka VS 100 Gorilla - Thanks!!

Posted by Rocket_Games on 2025/09/28 08:18

Hello everyone!

A big thank you to everyone who made PyWeek possible and to the community for the support and inspiration!

This week has been a fun challenge and a great learning experience.

Our entry is called "1 Bazooka VS 100 Gorilla", and the team name we chose over time is Rocket Games Studio.

We really enjoyed building this game together and hope you’ll have fun playing it too.

Special thanks to the PyWeek organizers for keeping this event alive,

and to all the participants who shared their ideas, progress, and motivation.

See you in the next PyWeek!

Add a comment

Skyscraper Merge - Skyscraper Merge

Posted by gizmo_thunder on 2025/09/28 04:19

Here is the source code on Git.

https://github.com/vkbsb/SkyscraperMerge.git

Assets from: 

Tiles:https://kenney.nl/

Audio: freesound.org


Libraries Used:

pixijs, howler.js

You might be thinking, how the hell do you use js libraries in Python? well that's the magic / promise of Transcrypt:https://www.transcrypt.org/

Please follow the instructions in the Readme.md for installation and compilation. 

It was fun getting this game done, is not at the level i wanted it to be but happy that i finished it. 


You can play it live on itch.io

https://vkrishna.itch.io/skyscrappermerge



Add a comment

Green Savior - Comments

Posted by speedlimit35 on 2025/09/28 03:57

Hi everyone, please let me know if there are any bugs and hope you enjoy the game!

Add a comment

Skyward - Game Complete!

Posted by mit-mit on 2025/09/28 03:34

Hope you enjoy it! Please post any bugs here.

Add a comment

Aftershock - Where to play

Posted by Walkercito on 2025/09/28 02:03

I forgot to mention, you can play the game directly from the source here in the GitHub page


Sadly I didn't have time to compile the code to an EXE

Add a comment