Marshland Games has moved to http://www.marshlandgames.com/

This site will no longer be updated.

All games and text copyright © Kai Marshland 2012

Friday, May 11, 2012

Snowball Game

I have decided to add a few more things to v1.3, so it may be a bit longer. All the things I planned to add in the beginning, are done, but I am making it better.

What I did:
  • Save encoding
  • Fixed obstacle generation
  • A few more sounds
I am now working on the ability to resize the window, and still have everything look good. I can resize the window, and the game shows up well now. However, there are a few things to do on it:
  • Fix obstacle collision. The snowball collides with obstacles as if not resized
  • Fix the memory leak. For some reason, it isn't disposing of the old frames, which causes it to quickly accumulate images and crash. EDIT: I have a work-around It now only creates an image if it has been resized, but I still should fix the leak
  • Make the menus show up properly. Right now the menus are against the left, even if you make it wider.
  • Make the buttons work when resized. The coordinates for where one can click to trigger the buttons is not updated when resized.
  • Fix animations. The animations are not resized

I will probably do the bulk of the work this weekend, but I might not release it until the weekend after this one.

No comments:

Post a Comment