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

2012/6/5

I have a few questions, If anyone could answer them it'd be appreciated 8D

Jesse_Orange Jesse_Orange

2012/6/5

#
Okay, I have a Snake game that I've been working on which does the basic stuff like move, eat and die. Is there any way i could make the Snake grow more than 1 bit when you eat food. Also can you make the Snake faster at intervals or when you've eaten a certain number of food items? Leading on from this would you recommend adding a main menu?
Duta Duta

2012/6/6

#
Of course you can change the speed of the snake/change the length of its body - that's the joy of coding: You can do anything! On the main menu front, I think you shouldn't worry about that until you've got at least the bulk of the actual game down - however, I think making a main menu can teach you things, so I'd say go for it (and you can then change the options in the game to make it harder and stuff).
Jesse_Orange Jesse_Orange

2012/6/10

#
Could i make it so when you eat one bit of food 2 body segments grow as a pose to 1 otherwise my game is too easy. Cheers :)
You need to login to post a reply.