Snake game
Author |
Message |
Luffy123
|
Posted: Wed Jun 13, 2012 8:37 pm Post subject: Snake game |
|
|
I'm trying to learn how to make a snake game. Using a multi dimensinal array to act as a grid. So I created a flexible array as well for the snake size. But how do I move the snake up by removing the last point in the array? Like right now the tail doesn't move. Only the head keeps moving and covers the whole screen. I want the whole body to move simultaneously.
Also if someone would be willing to add me on msn so I can ask questions that I really need an answer to. It would be really appreciative.
Also if you have any tips you would like to give me on how to make this game. I'll be very grateful. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Amarylis
|
Posted: Wed Jun 13, 2012 8:54 pm Post subject: RE:Snake game |
|
|
A number of us have contact information such as Skype, MSN, etc in their personal profile that you could probably add (especially if you ask them permission to add them beforehand).
As for the snake, what have you tried so far? |
|
|
|
|
|
|
|