
GrowSeedPinball
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Kirby/Sonic pinball trauma.
Left/ right key=Left/right flipper
About the ball not being round, for those who wonder, that was intentional :] I like to experiment, and it's... a Seed not a ball. Yep. So the game, is a Pinseed. If you feel physics are too weird, i would be pleased to read what you are thinking about it.
I changed a few lines at the last moment, so falling down from level 5 to 4 resulted on the seed being out of the room. You can press r to restart level or download a fixed version here (installer for now...):
http://www.mediafire.com/download/votx69p1k3iwy76/Growseedball_01__16_12_15.exe
the lines i've changed are in oControlEnd's Roomstart event :
//MODIF 15-12-15
if room=rTest03
with oBall {
if fallingDown{
phy_position_x=oHoleExtra.phy_position_x
phy_position_y=oHoleExtra.phy_position_y
}
}
I'll (try to) focus working on graphics and adding some missing game mechanics that were missing or planned...
Left/ right key=Left/right flipper
About the ball not being round, for those who wonder, that was intentional :] I like to experiment, and it's... a Seed not a ball. Yep. So the game, is a Pinseed. If you feel physics are too weird, i would be pleased to read what you are thinking about it.
I changed a few lines at the last moment, so falling down from level 5 to 4 resulted on the seed being out of the room. You can press r to restart level or download a fixed version here (installer for now...):
http://www.mediafire.com/download/votx69p1k3iwy76/Growseedball_01__16_12_15.exe
the lines i've changed are in oControlEnd's Roomstart event :
//MODIF 15-12-15
if room=rTest03
with oBall {
if fallingDown{
phy_position_x=oHoleExtra.phy_position_x
phy_position_y=oHoleExtra.phy_position_y
}
}
I'll (try to) focus working on graphics and adding some missing game mechanics that were missing or planned...