Great!
Once you zoom in for some time, the zoom level gets smaller and smaller, though, and at some point you can't zoom in any further.
The panning seems to large for some zoom levels - I lose the point where I am.
But great fun to play with.
Well, my first question: How is it going to be different from doodle jump (or other platformers)? Just reprogramming an existing one is certainly a very good exercise. But adding your own touch is what makes it really interesting!
Did you want more wolves to spawn over time?
If that's the idea, the reason it doesn't work is that you insert the SAME wolf object over and over again. To get more wolves in, you need to create a new wolf before inserting it.
So instead of writing
addObject(wolf, ..., ...)
write
addObject(new theWolf(), ..., ...)
For the same reason, you will (currently) never get more than one snake.
2011/11/18
Mandelbrot
2011/9/1
mic-demo
2011/6/17
Test
2011/6/17
run sheep run
2011/6/12
Papi Jump
2011/6/4
The Case of the Murdered Executive
2011/4/22
critters
2011/3/6
GUI World
2011/3/5
Snake Game