This is my isometric snake game
"DOWNLOAD NOW"
This game is a twist on the normal snake game, enabling you to switch between top view and isometric view
The game has a Main Game (Story) mode where you have to guide snake though all the levels by collecting all the red blocks. This starts off easy (for like the 1st 2 levels) but becomes highly challenging even for the expert snake players out there.
It also has an Arcade Mode where you can play your own custom made levels which you can design with the snake arcade designer.
Enjoy People!
/* ok several people have said this is too difficult, and it is without practice.. so i have decided to post the level passcodes below if you need them (Press P in game to enter them) */
global.mpass[0] = "Hammer";
global.mpass[1] = "Jug";
global.mpass[2] = "Bulb";
global.mpass[3] = "Milk";
global.mpass[4] = "Troll";
global.mpass[5] = "Jukebox";
global.mpass[6] = "Racket";
global.mpass[7] = "Magazine";
global.mpass[8] = "Castle";
global.mpass[9] = "Tent";
global.mpass[10] = "Check";
global.mpass[11] = "Golden";
global.mpass[12] = "Croak";
global.mpass[13] = "Quaver";
global.mpass[14] = "Suitcase";
Edited by flexaplex, 23 January 2009 - 01:09 AM.











