This site requires JavaScript, please enable it in your browser!
Greenfoot back

chiefnoah's Comments

Back to chiefnoah's profile

new high score: 57
My version has the same glitch, and it's unlikely to be fixed anytime soon. :(
My version has the same glitch, and it's unlikely to be fixed anytime soon. :(
My high score: 42 THE ANSWER TO LIFE, THE UNIVERSE, AND EVERYTHING!
you updated it like every our XD that fills up my notifications inbox
Here's an example from my code: public void placeFood(int amountOfFood) { for (int i = 0; i < amountOfFood; i++) { addObject(new Food(), Greenfoot.getRandomNumber(59)+1, Greenfoot.getRandomNumber(39)+1); } }
Here's an example from my code: public void placeFood(int amountOfFood) { for (int i = 0; i < amountOfFood; i++) { addObject(new Food(), Greenfoot.getRandomNumber(59)+1, Greenfoot.getRandomNumber(39)+1); } }
I MIGHT add double ships, but it's unlikely because it would be difficult with the current animation setup (moving from left to right). I'm planning on changing that so it strafes the ship instead of turns it. I'm not very good at art so I don't know when that will happen.
This was just made as a school project, the graphics are supposed to look terrible. If you want, you can send me pics to implement into the game but after i'm done with the project it will no longer get updates