UnderwareDESIGN

PlayBASIC => Resources => Source Codes => Topic started by: kevin on July 26, 2009, 10:12:43 PM

Title: Snake Tail/ game Example
Post by: kevin on July 26, 2009, 10:12:43 PM
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.
Title: Re: Snake Tail/ game Example
Post by: ATLUS on September 23, 2009, 03:21:13 PM
This is good code  :o! thanks!!!
Title: Re: Snake Tail/ game Example
Post by: ATLUS on March 31, 2012, 10:35:28 AM
This my version  ;)
Title: Re: Snake Tail/ game Example
Post by: ATLUS on April 01, 2012, 01:07:49 PM
Update Code, Thank You Kevin =)