Cosmologicon gave an award to Steel Stacks.
Latest Activity
speedlimit35 gave an award to Apex Runner.
speedlimit35 gave an award to SkyscraperCityUptown.
speedlimit35 gave an award to PyTrios.
speedlimit35 gave an award to The Python of Destruction.
andyhd gave an award to Airscraper.
Cosmologicon gave an award to Aftershock.
cyhawk
of
Constrictor Constructor
posted a new diary entry:
Current world record: 5,086 points.
Here's Alex reaching past Grandmaster: https://www.youtube.com/watch?v=REz796lFYWs
Let us know if you can beat Alex!
Phantasma
of
Orbital Metropolis Defense
posted a new diary entry:
(Barely)Finished project with sound and music this time..
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...
DR0ID
of
SkyscraperCityUptown
posted a new diary entry:
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.... :( )