Snake Tail/ game Example
While stumbling through my source code archive I just noticed this, so decided to give it a quick 5 minute port. The example just shows the basic mechanics of how the classic "Snake" game works (which you've not doubt all seen mobile phones today). The code includes the player (the snake) and a the pill. The players objective is to eat the pills to make the snake grow longer. There's no collision though, so you can't die. oh well, something for the user to build upon..
Related To:
Tron (http://www.underwaredesign.com/forums/index.php?topic=3683.0)
Challenge #16 - Snake Game (http://www.underwaredesign.com/forums/index.php?topic=2914.0)
Download
Attached bellow.
This is good code :o! thanks!!!
This my version ;)
Update Code, Thank You Kevin =)