Page 1 of 2

\/ Glass Future game concept /\

PostPosted: Fri Sep 24, 2010 7:47 pm
by Camper1995
Hey everybody! I'm back with new game "demo" called Glass Future.

Please read:
I want you to download this little demo and think if should I continue in development of this game or not. :)
Think about it, take a look of my graphics in the game. Everything made by me. :)

The game will be like tower defense. So, use your fantasy and comment, what do you want me to add in this game. :)

\/_________________________________T_H_A_N_K_S_________________________________________________________/\

Camper :wink:

Glass Future Concept.zip
(1.16 MiB) Downloaded 86 times


fake screen.jpg

Re: \/ Glass Future game concept /\

PostPosted: Sat Sep 25, 2010 12:11 am
by SuperSonic
I love the graphics 8)
I think you should add some music to the start screen. If you could improve your game enough for us to play it, that would be very nice :wink:
PS:I found some cool techno music on a website. you could use it as your theme :?: (see attachement)

Re: \/ Glass Future game concept /\

PostPosted: Sat Sep 25, 2010 12:15 am
by SuperSonic
Sorry can't upload the file :( something to do with mids not allowed :?

Re: \/ Glass Future game concept /\

PostPosted: Sat Sep 25, 2010 3:54 am
by NightOfHorror
Same here
:(

Re: \/ Glass Future game concept /\

PostPosted: Sat Sep 25, 2010 9:37 am
by Camper1995
Hm, okey :) A Techno will be nice. Or some electro. Could you try to send me the link for the website ?
I really need some website that have musim for games.

;)

Thanks,

Camper :D

Re: \/ Glass Future game concept /\

PostPosted: Sat Sep 25, 2010 12:59 pm
by SuperSonic
searchin for website...............................

Re: \/ Glass Future game concept /\

PostPosted: Sat Sep 25, 2010 1:02 pm
by SuperSonic

Re: \/ Glass Future game concept /\

PostPosted: Sat Sep 25, 2010 4:38 pm
by Camper1995
thnaks man,.... :)

Re: \/ Glass Future game concept /\

PostPosted: Sat Sep 25, 2010 11:34 pm
by SuperSonic
Are you going to continue developing :?:
I really want to see how this turns out. :)

Re: \/ Glass Future game concept /\

PostPosted: Sun Sep 26, 2010 3:00 pm
by lcl
I'm waiting for the first gameplay demo. :D
Good work so far! :D

Re: \/ Glass Future game concept /\

PostPosted: Mon Sep 27, 2010 7:08 pm
by Camper1995
yeah, it will be nice if I will finish this game.. but... there is always that BUT! :D

But first what I have to do is health of enemies, so that every enemy have 10hp.. a bit complicated...
..anyway..
I am working on that game engine, but I dont have time for it because of school. :P

Maybe one nice day I will finish this one :)

maybe.. ;)

Re: \/ Glass Future game concept /\

PostPosted: Mon Sep 27, 2010 8:41 pm
by lcl
Camper1995 wrote:yeah, it will be nice if I will finish this game.. but... there is always that BUT!

But first what I have to do is health of enemies, so that every enemy have 10hp.. a bit complicated...
..anyway..
I am working on that game engine, but I dont have time for it because of school.

Maybe one nice day I will finish this one

maybe..


It's way easy to do health of 10 for every enemy. :D
Make variable called EnemyHealth or something and make it as a actor variable.
Then you can do like this:

Bullet - Collision any side of enemy - Script Editor:
Code: Select all
collide.EnemyHealth -= 1;

:D

But yeah, I know the feeling... I have also many fun projects but not enough time... :P

Re: \/ Glass Future game concept /\

PostPosted: Thu Sep 30, 2010 7:40 pm
by Camper1995
Holy crap! :O What I was thinkking about when I didnt saw the "Actor" variable function?! :mrgreen:

Thanks lcl :)

Re: \/ Glass Future game concept /\

PostPosted: Sat Oct 02, 2010 10:14 am
by lcl
Camper1995 wrote:Holy crap! :O What I was thinkking about when I didnt saw the "Actor" variable function?! :mrgreen:

Thanks lcl :)


:lol: It took some time from me too to understand what it meant... :D

Re: \/ Glass Future game concept /\

PostPosted: Sat Oct 02, 2010 11:25 am
by Camper1995
haha :)