PolyPlay - 1.0.2
A physics playground, somewhat like sodaplay. Drag around structures of masses and springs, make landscapes of lines, or goof around with the "character".
Francesco Mastellone
(effeemme)
Polyplay(I really am looking for a better name) is a physics playground based heavily on soft bodies. Drag around structures of masses and springs, make landscapes of lines, make walking structures, flood the screen with fluid, or just goof around with the character.
Changes
I spent an afternoon fixing bugs, cleaning code up, and making the simulation MUCH more stable. No new features this release, but still I'm very pleased with it!
Links
- Home Page
- http://www.youtube.com/user/eFFeeMMe
- Source
- http://www.box.net/shared/vc6kglc000
Releases
Pygame.org account Comments
-
Yakov Reznikov 2016-05-22 03:12
when i try to use it it says this
Traceback (most recent call last):
File "C:\Users\Yakking\Desktop\PolyPlay\Start.py", line 180, in <module>
main = Main()
File "lib\gameApp.py", line 44, in __init__
self.init() #Start the personalized init
File "C:\Users\Yakking\Desktop\PolyPlay\Start.py", line 26, in init
self.splashScreen()
File "C:\Users\Yakking\Desktop\PolyPlay\Start.py", line 78, in splashScreen
pos = self.world.masses[0].x, self.world.masses[0].y
IndexError: list index out of range