Snake Game - NEED HELP
Author |
Message |
shab257
|
Posted: Thu May 01, 2008 8:00 am Post subject: Snake Game - NEED HELP |
|
|
gr 10 com sci class and i need the snake game with these rules and requirements:
Game Rules:
Don't run the snake into the wall, or his own tail: you die.
2. Use your cursor keys: up, left, right, and down.
3. Keyboard "P" may also be used for "Play" and "Pause"
4. Eat the coloured apples to gain points.
5. Higher (and faster) play levels award more points.
Program specifications:
1. Implement at least three levels of difficulty.
2. Use only the arrow keys to change the snake direction.
3. The snake moves continuously on the screen, but the game ends when the snake bumps into walls or into its own tail.
4. Increase the snake size by one ?segment? when with every eaten apple.
5. Display the score during and/or at the end of the game.
6. Implement an algorithm/rule of calculating the score based on the numbers of apples eaten and time.
7. Colour the apples.
8. Make the animation and objects as realistic as possible |
|
|
|
|
|
Sponsor Sponsor
|
|
|
1hsibar
|
Posted: Thu May 01, 2008 8:46 am Post subject: RE:Snake Game - NEED HELP |
|
|
Yeah, i need help too. |
|
|
|
|
|
nastynika
|
Posted: Thu May 01, 2008 8:52 am Post subject: Re: Snake Game - NEED HELP |
|
|
look through the tutorials available for things like keys and detection |
|
|
|
|
|
nastynika
|
|
|
|
|
Tony
|
Posted: Thu May 01, 2008 9:25 am Post subject: RE:Snake Game - NEED HELP |
|
|
Oh wow, thank you for posting up all of your assignment, it really shows what you have done so far, and exactly what you need help with.
Good thing you've posted this thread in three separate places, else I might have missed it.
Locked, warning for each, etc., etc. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|
|