This version of the classic game of Snake is remarkable in that it comes with source code and a complete tutorial explaining the code by its author, Strille of Sweden. Available on his website, the tutorial is a great way for anyone to get started programming games in Flash. The code is simple and straightforward for even a novice to understand, and it features an excellent design, as well as some very good examples of maintaining game state data in arrays.
The link to the game, also from Strille's website, is an enhanced version of the one featured in the tutorial. Included is a high score list with which you can view an instant replay of any of the games in the list. Simply click the "view" link next to the score you want to see the replay for. The enhanced version also features an instant replay of your own game once you finish. Kudos to Strille for both sharing his code, and for the excellent additions to this classic game. Click.
Comment Preview
Leave a comment
Favorite Games [edit]
Recommended
Casual Game Downloads
Worth the trip
Recent (Flux) Visitors
Support JIG
Monthly Archives
All games mentioned and images appearing on JayIsGames are Copyright their respective owner(s).
All other content is licensed under a Creative Commons License.
Game Walkthroughs
IRC server: irc.jayisgames.com
IRC channel: #casualgameplay













Comments (may contain spoilers)
Strille has also written snake game in 746 bytes and tetris in 1kB, which are amazing.
Posted by: Tonypa | January 16, 2005 1:12 PM
i need some help
i'm a student
i need help me to gets code of snake and must using java programmig include Threads
thanks
Posted by: rami | April 20, 2005 6:19 AM
hi
my name is matthew huffaker and i am having truble writing a pregream and , it would be greatly appriciated if you could send me the code for the snake game for a visual Basic. That would be greatly Appriciated
Posted by: Matthew Huffaker | May 17, 2005 8:18 PM
hahahaha! Sure, I'll get right on that.
Posted by: jay
|
December 14, 2005 1:35 PM
hey, ive been looking for source code of any simple game that requires control of the mouse of arrow keys. im really into trouble. if you could help me it would be a great help.
thanks!!!
Posted by: jinx | February 22, 2006 1:16 AM
this game is too tough.can't have my fingers right on the target..sighn
Posted by: jun | February 23, 2006 1:45 AM
hi
i'm trying to build a game similar to snake and i understand a fair bit of actionscript but i was wondering if someone could fill me in on how to make a "hitTest" action to make the square move to a different location.
Thank You
Posted by: john | February 26, 2006 8:29 PM
Hi John,
hitTest is a method of a MovieClip that tests to see if two MCs are overlapping anywhere.
When you say you're looking for a "hitTest action" what exactly do you mean by that? Do you mean simply when hitTest returns true that you want to move the square (what square?) to a different location?
If so, then all you do is set the square's _x and _y properties, which describe where on the stage it is located.
For example:
if(myMovieClip.hitTest(mySquareMC)) {
mySquareMC._x = someNewLocationX;
mySquareMC._y = someNewLocationY;
}
Posted by: jay
|
February 26, 2006 8:37 PM
Hi...i m a student i need to get the code 4 multi snake or if possible code 4 a snake that moves on voice commands.
Posted by: Supriya | April 19, 2006 1:44 PM
Sir,
hai! iam yuva, iam interested in developing Flash games and webdesign. kindly send me some interested gaming with sourcefiles/tutorials
Posted by: yuvraj | June 8, 2006 6:04 AM
What are you all talking about codes? I don't get it there is like codes in every single game in this whole entire website. Can someone please explain to me about these codes and how you do them PLEASE!!!!!!!!
Posted by: Rachael | July 14, 2006 11:33 AM
What I don't understand is that people sometimes spend hours playing this. I don't get that they can be so bored...
Posted by: Scott | October 6, 2006 6:04 PM
hi, i'm a begginer in Flash. i need help, pls can you help me arrange for an actionscript book - used one.
pls help me. pls, i beg you.
thank you and God bless.
francis
Posted by: Francis | January 19, 2007 12:31 PM
it wont let me get on the game!! it just shows a little box thing up at the top left corner!!! HELP!!
Posted by: Anonymous | July 29, 2007 6:25 AM