I downloaded your code and it looks like there is different modes for the game, do they happen automatically when you get more points or can you choose what mode to play the game in?
Or did you just not use them?
Well, the gamemodes can be activated with a secret. Look around in the start button code, also all of the custom gamemodes do work, I recommend doge mode.
The bread monster isn't mold he is just a monster, but hey! He might be! XD
A new version of this scenario was uploaded on Mon Dec 16 21:17:28 UTC 2013
A new version of this scenario was uploaded on Mon Dec 16 21:17:54 UTC 2013
I can't find it ;/
Alright well it is fun to play, I'm going to use some of your code to make a game with similar controls and what not, but of course I'll give you credit, it's just a project for my programming class, is that alright? :D
Most definitely! Also to activate the secret modes here are the instructions:
dogeMode: hold down on the "k" key and click start
maniaMode: hold down on the "l" key and click start
Thanks for becoming a fan aswell!
A new version of this scenario was uploaded on Wed Dec 18 00:24:49 UTC 2013
A new version of this scenario was uploaded on Wed Dec 18 03:31:30 UTC 2013
A new version of this scenario was uploaded on Wed Dec 18 03:31:46 UTC 2013
@emmkhajiit, it is just a matter of putting a positional check on the food:
if (getWorld() != null && getY() > getWorld().getHeight()-20) getWorld().removeObject(this);
When put as the last line in the act method of the class of the food, this will first ensure the actor is still in the world and then if it is and the actor is within 20 pixels of the bottom of the window, remove it from the world.
2013/12/15
2013/12/16
2013/12/16
2013/12/16
2013/12/17
2013/12/18
2014/1/10
2014/1/10