Best viewed in Firefox

Awesty Productions

Snake

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blinkbits
  • BlinkList
  • blogmarks
  • del.icio.us
  • digg
  • Furl
  • MyShare
  • NewsVine
  • Netscape
  • Reddit
  • Simpy
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb

RSS feed | Trackback URI

32 Comments »

2007-01-20 11:59:38

[…] Okay, I was messing around with trig and kinematics and I managed to make this with it. Just use the cursor to move around. Play it now! […]

 
Comment by KIM
2007-01-20 14:02:23

can you teach us how you made this?

 
Comment by awesty
2007-01-20 15:17:31

Maybe.

 
Comment by Bob
2007-01-21 02:36:37

Amazing. Brilliant. Completely Awesome.

 
Comment by jake
2007-01-21 09:51:03

well, i’m impressed

 
Comment by RDB2006
2007-01-21 20:11:32

WOW. That’s really good and its sooo addictive. Good job it would be awesome if you gave a short tutorial on how to make it.

 
Comment by awesty
2007-01-21 21:46:23

I might.

 
Comment by Videoking
2007-01-21 23:35:20

Did you just finish this the other day?

 
Comment by Bryce K.
2007-01-23 06:29:09

kool lol im high score is 12 beat that!!

 
Comment by BzzD
2007-01-23 07:17:24

Nice work, but i have a question:
Is the HighScore saved to your server or is it local?

I did 20 btw Bryce ;)

 
Comment by coder101011
2007-01-24 18:30:18

nice work
Yeszzzzzzzzz
HIGHSCORE = 23

 
Comment by awesty
2007-01-25 16:25:11

@VideoKing: I finished it the day before I posted it.

@Bryce K: I got like 28 or something.

@BzzD: The highscore isnt saved. Next time you play it the highscore will be reset to 0.

 
Comment by RDB2006
2007-01-27 20:04:34

lol i got 17

 
Comment by no1jock
2007-01-27 20:34:36

thats a good game. i got 21 :P i like the menu music where it says play. Maybe just add a theme i.e space or something, as that always brightens up a classic game. good work!!!

 
Comment by Timmy
2007-01-28 10:25:09

impressed!!!
got 19
pretty addicting

 
Comment by djodin
2007-02-05 07:33:09

yay 23! :P

 
Comment by Videoking
2007-02-10 06:14:41

I LOVE this game!!!! I am sooo addictied to it!!!
I et 32 points…. It gets really hard

 
Comment by Daniel
2007-02-11 01:56:29

Very good job Awesty. I really like how the squares add up once you collect the white circle.

@Videoking: 32 ?!?! wow O.O

 
Comment by Hansa
2007-02-11 04:19:04

highscore 53 :D

 
Comment by Kurt
2007-02-11 05:22:02

Well Awesty you don’t need to make a tutorial for the whole thing can it just be a basic one telling you how to make your guy move with the mouse instead of keys.

 
Comment by awesty
2007-02-11 12:27:35

Someone actually got 164 or something like that.

 
Comment by Daniel
2007-02-12 02:42:18

164… i thought i dont have a life…

 
Comment by bone
2007-02-15 01:28:15

I only got 13 :(

 
Comment by poo
2007-02-15 01:43:56

i only got 1!!!

 
Comment by none
2007-02-16 06:44:16

To make it so that it saves a local high score add:
To Frame:
soScores = SharedObject.getLocal(”flashcookie”);
mListener = new Object();
var score = 0;
if (soScores.data.highScore != null)
{
highScore = soScores.data.highScore;
}

There needs to be 2 Dynamic text boxes; one called “highScore” and the other called “score”

(I think this is correct)

 
Comment by jeppe
2007-02-22 19:50:31

hey awesty, simple question.. how u make it with the “cheese/white dots”? so when he touch’s, something happens, but how can u make another spawn?

thanks

 
Comment by awesty
2007-02-24 10:29:33

I just did something like:

if(snake.hitTest(dot)){
dot._x = random(Stage._width);
dot._y = random(Stage._height);
}

 
Comment by Chris H
2007-03-11 15:20:11

hey i’ve been making games for awhile now and i have bookmarked your page so i can see it when ever i want i just wanted to say that u have done a great job and i think u need to make a tutorial on how to make movement like if press left arrow key u don’t just move left it moves the feet too like i have mostly experimented with stick and i don’t know how to make there foot move that would be great and also u need a tutorial on how to pick up multiple weapons and to be able to hold them and to attack an enemy with it and also how to buy things from a vendor with money that u can pick up and stuff like that but other then that great job love your web site i am hoping to see the things i asked for done! ha jk but that would help everyone who goes on your page happy there face will be like this :)

 
Comment by awesty
2007-03-12 09:44:51

The walking one has already been covered in the fighting tutorial, but I will try to remember those other ideas :D

 
Comment by liam
2007-03-28 03:18:50

cool!! A really fun and addictive game. btw my score was 15.

 
Trackback by 3338604d63eb
2008-05-07 21:11:56

3338604d63eb…

3338604d63eb9093cbc2…

 
Comment by josh
2008-07-09 05:32:29

my snake starts to go spazzy when i get 10 or more, it goes all over the place and i die =/

 
Name (required)
E-mail (required - never shown publicly)
URI
Subscribe to comments via email
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> in your comment.