Snake2007Demo

Post here your demos and examples with the source files.
Forum rules
Always post the games with a screenshot.
The file must have the ged and data files (complete game source)
Use the forum attachment to post the files.
It is always better to use the first post to put the game files

Has this Demo Helped You?

No , it has not helped 8P
3
60%
Yes, the Demo has helped me, thank you.
2
40%
 
Total votes : 5

Snake2007Demo

Postby Sgt. Sparky » Tue Dec 26, 2006 4:53 pm

:D hey, here is a snake demo I made just because I felt like it, that shows how to make the snake colliding with itself and how to make the snake bigger , and ect. here ya' go :D
Attachments
gamepicture2.PNG
Here is a picture of the game :D
Snake2007Demo.zip
here Is the demo, I hope it helps :D
(100.78 KiB) Downloaded 597 times
Last edited by Sgt. Sparky on Tue Dec 26, 2006 5:31 pm, edited 2 times in total.
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score

Postby Troodon » Sun Jan 07, 2007 4:56 pm

I knew that I couldn't load it in my old GE but I tried...like always. :roll:

Is that like the classic snake game? How did you made it?
I can't die, I already tried
~on the forums since GE 1.3.3~
User avatar
Troodon
 
Posts: 1539
Joined: Thu Jan 12, 2006 3:29 pm
Location: HELL
Score: 56 Give a positive score

Postby Sgt. Sparky » Sun Jan 07, 2007 11:01 pm

I had 3 actors :D 1 is the snake head and depending on the key pressed,
the yvelocity or xvelocity would = the selected number so that you press a key and you go in that direction without holding it :D , and ther is the snake basic body witch the snake creates after a Timer goes off. and the Snake basic body, depending on how many apples you got (silver ovals)
would fade away on the draw actor Event if
Code: Select all
if(stage1 == 1)transp += 0.05;
if(stage1 == 2)transp += 0.009;
if transp > .99)DestoryActor("EvenActor");

only there were alot more apples than 2 :D and the snake basic body after a timer would create the collision actor of the snake (also so you could not see it fade away :D )and when the snake basic body is destroyed it Destroys the snake collision body :D that is bout' all there is to it. but i do not feel like makin' a super post :D
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score

Postby Hedfone » Sun Jan 07, 2007 11:25 pm

:D yay!
i won!
User avatar
Hedfone
 
Posts: 174
Joined: Mon Jul 31, 2006 9:47 pm
Score: 2 Give a positive score

Postby Sgt. Sparky » Sun Jan 07, 2007 11:27 pm

:shock: Finally! did you get a picture of your time? :D :D :D
it is okay if you did not. :D
Edit: Oh wait! wrong topic :oops:
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score

Postby Hedfone » Sun Jan 07, 2007 11:28 pm

i didnt
will try again tho :)
User avatar
Hedfone
 
Posts: 174
Joined: Mon Jul 31, 2006 9:47 pm
Score: 2 Give a positive score

Postby Sgt. Sparky » Sun Jan 07, 2007 11:29 pm

:shock: wow that was a fast reply!
but I ment for StickManJumper :D
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score


Return to Game Demos

Who is online

Users browsing this forum: No registered users and 1 guest

cron