Snake 2007 II DEMO!

Talk about making games.

Snake 2007 II DEMO!

Postby Sgt. Sparky » Fri May 25, 2007 6:17 am

UPDATED!!! :D


Here is Snake 2007 II. :D
(well a demo)
I added quite a few effects to it,
I will just tell you that you use the arrow keys to move and try and collect the silver balls. :D
old picture:
Image
New Picture:
Image
:D
(there are no outer walls but you can warp around!)

To Render the BackGround you see(golden)
use this code on the create actor event of your canvas actor,
Code: Select all
float X, Y, SHADE;
for(X = 0; X < 36000; X++)
{
    moveto(width / 2, height / 2);

   SHADE = cos(X)*255;
    setpen(SHADE, SHADE / 1.1, 0, 0, 1);
    lineto(sin(Y) * width, cos(X) * width);
    Y += .01;
}

:D
Attachments
Snake 2007 II Demo 1.3.1.zip
Newest Demo!. :D
(788.91 KiB) Downloaded 174 times
Snake2007 II Demo1.3.zip
Newer Demo. :)
(788.14 KiB) Downloaded 155 times
Snake 2007 II Demo.zip
Old Demo. :(
(784.33 KiB) Downloaded 164 times
Last edited by Sgt. Sparky on Sat May 26, 2007 4:21 am, edited 9 times in total.
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 dj01e » Fri May 25, 2007 6:26 pm

great game man keep working :) -
Image
STREET ~ SOLDIERS
If you play cs pm me
User avatar
dj01e
 
Posts: 66
Joined: Sun Mar 18, 2007 9:06 pm
Score: 4 Give a positive score

Postby Sgt. Sparky » Fri May 25, 2007 8:37 pm

:D
I will post the new update soon with faster moving better rendering and more! :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 Sgt. Sparky » Sat May 26, 2007 4:32 am

Updated again! :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

Re: Snake 2007 II DEMO!

Postby 247wkman » Fri Nov 11, 2011 1:02 am

path finding ques is looks great- like if you wanted an enemy to seek you out it kinda shows how it would go about it, so this game could play itself.
247wkman
 
Posts: 67
Joined: Mon Dec 13, 2010 3:55 pm
Score: 3 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest