FAQ - A list of frequently asked questions can be found below:
Q - How do I play?
A - Use the arrow keys to guide the snake into collecting food.
Q - How do I lose?
A - You lose the game when the snake head touches part of the snake tail. Losing is inevitable to the user and it relies on how long you make it in the game.
Q - How do I restart?
A - To restart the game press the reset button if in Greenfoot or refresh the web browser.
A new version of this scenario was uploaded on 2018-01-21 20:03:18 UTC
A new version of this scenario was uploaded on 2018-01-25 10:37:44 UTC
Very nice concept and design, really enjoying it.
Some background music would be really nice to listen to while playing the game or possibly a scoring system.
Being able to eat yourself by turning backwards is not bad as a simple mistake could end the game but it's also not the most optimal way to end the game.
Hi Kartoffel, thanks for your feedback! I’m glad you like the game! - I actually originally had background music on the game but for the most part got fed up of quickly as it kept on looping which was somewhat distracting from the gameplay. I intend to add a scoring system in the future. I have also thought about allowing the user to continue playing even if they try to reverse direction. I will probably fix this in a new version! - Thanks, Andrico
You should prevent the player to go back. Just adding a "&& this.getRotation() != 270" in the down command, !=90 in the up command, !=180 in the right command and !=0 in the left command.
It would prevent the player to go back and kill himself against his own neck aha
2018/1/21
2018/1/25
2018/1/28
2021/2/18