For a couple of weeks, old registered users can use username/email and password
Cookie Policy
On this site we use our or third-party tools that store small files (cookies) on your device. Cookies are used to allow the site to function properly (technical cookies), to generate usage statistics (statistical cookies) and to personalize advertising messages (profiling cookies). Read the information in our Privacy Policy to learn more.
We can use technical cookies directly, but you have the right to choose whether or not to enable third-party statistical and profiling cookies to continue browsing this site. If you do not want to consent, please close your browser window or tab.
By enabling all cookies you will allow the site to function in all its parts and use third-party services.
ADBLOCK DETECT
On this website you will find some advertising banners, which we ask you to click by opening the relative advertising page, which then, if what is advertised is not of your interest, you can close immediately afterwards, without any further activity.
So you can contribute, without obligation, to the survival of this site.
Please, disable ADBLOCK
WE NEED YOUR HELP
Please consider making a donation to help us support the costs of keeping this website alive. You can safely donate using Paypal.
NEW FEATURES ACTIVE
The ability for each user to leave comments related to games has been activated on an experimental basis.
The following functions have been activated for now:
- read comments (for all users)
- write comments (users logged in via Google or with a verified profile)
- reply to comments written by other users (users logged in via Google or with a verified profile)
- edit your comments (users logged in via Google or with a verified profile)
- delete your comments (users logged in via Google or with a verified profile)
SnowballFREE!
You control Tux the penguin through the levels and help him to guide a snowball save to the exit. Create iceblocks, collect keys, etc. and avoid traps and monsters. The game has a built in level editor but has only 10 levels for this release. It's licensed under the GPL.
Author: Willi Kappler
Company:
Version: 0.2
Category: arcade
License: free
Cost (1):
Submitter: admin
Metacritic Rank: wait...snowball
Note (1): the price may be not correct due to changes in the distributor's trade policies
Yes, I did try version 0.2. (I wasn't completely sure since you don't have a versioned filename and there's no readme other than that postscript-file, which I had to convert to pdf to be able to read, but yeah, it's 0.2).
About the graphics.. I'm a bit picky about these things, so please don't feel offended or anything, but I still think there's much room for improvement. The graphics is very plain (except for the backgrounds, but some of those look too busy), not very consistent, repetitive, aliased, tile boundaries are too obvious, and the colors choices aren't very good either.
As for the controls, that was a poor choice of words. I didn't mean the keys -- those are fine. I don't think the "handling" of the game works very well, though. Maybe it could be better explained as bugs in the input system. For example, the pause after turning is too big. Also, if you walk the opposite way than you're facing (so that you turn) and then jump (while still holding the walking key), the jump will go straight up in stead of the way you were going. Ice blocks can be placed a long way away from the penguin, depending on tile boundaries (for example, if you stand between two tiles, jump up so that your head is just touching the bottom of a tile above, and press space, the ice block will appear two tiles away -- this makes sense if you think about the tile boundaries, but it still seems too long a way away). Not to mention that jumps follow a triangle form in stead of a curve, so they feel very artificial. Things like that.
(I'd go into more detail about both of these, but unfortunately I don't have the time right now.)
did you try the newest version v0.2? we concentrated on graphic improvement. what's wrong with the controls ? you can customise it in the menu.
the sound will be a target for v0.3 ;-)
greets,
willi
i'm happy to see one more guy who likes the game! the new version has the ability to restart a level with the "k" key, but you will loose a life. the new option menu also allows you to select a start level.
I think the problem is introduced because you are using pygame.event.get([pygame.QUIT, pygame.KEYDOWN]) to get the event.
This function returns these events from front of the event queue.
(Pygame documentation is not correct here, I've just checked Pygame source code. I have to report them this bug.)
I'm able reproduce the problem when application will lost and gain focus multiple times. I guess the focus event chokes up the event queue.
Just use pygame.event.get() and it will work.
Comment: 29474
fidlej
2005-08-23 12:44:17
I like this game. The idea with ice blocks is brilliant and the levels are using it a lot.
Questions: how to restart a level? I need this when I'm blocked and can't kill himself.
it's not a distribution problem, but one of the hardware. On my desktop it works, but not on the notebook. Both of them run SuSE 9.2 with python 2.3.4 and pygame 1.6.2. So I guess the culprit is that the config file uses keycodes directly and not some 'interpreted value' as given by the keymap....
nice to hear that people like my game ;-)
The key problem that you have needs to be solved, of course! Could you give me some more information ? What os / distribution are you using ? Which version of python and pygame ?
Have a nice day,
Willi
Comment: 29382
Pit
2005-08-18 10:49:47
I like those platform games, and this one is actually a very nice one. Not only jump'n'run, you also have to think to not run out of blocks. One problem is the keys - on my laptop I cannot play, because the key numbering seems to be different. So I cannot even enter the Options menue to change them :-(
Extremely polished for a 0.1 release. I'm looking forward to the next version.
thanks for your comment and rating! Animation and graphic in general need to be improved. I'm working on the next release (V0.2), which will hopefully have a nice visual touch ;-)
Willi Kappler
Comment: 29350
bigfatdude
2005-08-17 08:05:30
Nice little game. Graphics are good, but the penguin's movement is a little jerky. That's my only complaint though, it's fun.