Bouncy 2
The highly antipated sequel to Bouncy!
Get the bouncies to the goal by switching between their different abilities!
I've uploaded a movie to youtube showing you how to play it. :) (and to show it's possible to complete the last level! :D )
http://www.youtube.com/watch?v=UsUa0LGHxbM
Awards
Scores
Ratings (show detail)
Overall: 3.1
Fun: 2.7
Production: 3.1
Innovation: 3.6
Respondents: 15
Files
File | Uploader | Date |
---|---|---|
Screenshot01.png
One of the first levels |
Srekel | 2010/04/03 23:40 |
Bouncy2_Final.zip
— final
The final upload of the game! |
Srekel | 2010/04/03 23:37 |
Bouncy2.zip
— final
The final upload of the game! |
Srekel | 2010/04/03 22:53 |
Diary Entries
Crash fix!
Crash bug found!
In one of the last minute changes I apparently introduced a crash when
loading level 4.
The fix is simple: In "source/Level/Level.py", in the load function, add ".strip()" to this line, like so:
if line.strip() == "" or line[0] == "#":
The fix is simple: In "source/Level/Level.py", in the load function, add ".strip()" to this line, like so:
if line.strip() == "" or line[0] == "#":