The demo request list

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

Re: The demo request list

Postby Azou » Sun Feb 10, 2008 8:39 am

Please,where's the AI demo?? :cry:
I need it really!! :cry:
User avatar
Azou
 
Posts: 514
Joined: Thu Sep 13, 2007 1:12 pm
Score: 35 Give a positive score

Re: The demo request list

Postby Bee-Ant » Sun Feb 10, 2008 8:43 am

Be patient Azou...I think...they really busy because me.. :lol: :lol: :lol:
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: The demo request list

Postby Azou » Sun Feb 10, 2008 8:45 am

Ok,Teacher-Ant! :)
User avatar
Azou
 
Posts: 514
Joined: Thu Sep 13, 2007 1:12 pm
Score: 35 Give a positive score

Re: The demo request list

Postby edh » Sun Feb 10, 2008 1:15 pm

@Bee-Ant : you know, the .ged file doesn't have the latest updates. So I can see your frustration. When I opened it up this morning to see why it wasn't what you wanted, it wasn't even doing what it was doing lastnight. Even the images aren't right. Maybe there was an error saving the file.
User avatar
edh
 
Posts: 233
Joined: Thu Sep 13, 2007 12:17 am
Location: Maine, USA
Score: 14 Give a positive score

Re: The demo request list

Postby edh » Sun Feb 10, 2008 11:54 pm

Here, I put it back together. I don't know, maybe having two GE windows open confused it when I tried to save or something. I have no idea what happened.

Anyway, this is about as far as my interest in this "one actor" idea goes. It has a bug where you can press against the bottom left or right blocks and drop through the floor.

I suppose you could make coins or gems to collect, and score actors, but I don't see the value in pressing forward.

I learned a little in the process though so it wasn't a complete waste of time. (Reproducing some of it again was :? ).
Attachments
OneActor.zip
one actor platform example
(4.73 KiB) Downloaded 442 times
User avatar
edh
 
Posts: 233
Joined: Thu Sep 13, 2007 12:17 am
Location: Maine, USA
Score: 14 Give a positive score

Re: The demo request list

Postby Bee-Ant » Mon Feb 11, 2008 1:16 am

edh wrote:So I can see your frustration

I'm not frustrated... :P :P
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: The demo request list

Postby edh » Mon Feb 11, 2008 1:44 am

@ Azou : I looked at your webpage, the game looks great.

I'm not offering to write your AI demo, but have you even determined what your AI should do? Like as a description of the behavior.

AI can be dumb, random or an expert. The checkers demo from Makslane has AI. I myself have implemented several versions of AI to play TicTacToe (see this link for an explanation, http://www.chessandpoker.com/tic_tac_toe_strategy.html of the game strategy). I made one AI which was totally random, one that randomly "forgot" to check diagonals, horizontals or verticals, and one that was a perfect (unbeatable) strategy based on that web page.

If you haven't described your AI, yet, maybe it would help to define it for yourself like...
simple_henchman
  • will advance blindly until the player is withing striking distance.

  • will attack with random punch/kick when player is within striking distance.

henchman_leader
  • will move to a distance which is appropriate for jump attacks on player.
  • will jump attack player
  • will make 2 kicks if player is withing striking distance and then retreat to jump attack distance
  • will jump over player if there is not enough room to retreat.

minor boss
  • fly in a path raining down magic fireballs when the player is nearly directly below
  • low point in path is the only point where minor boss is vulnerable to players jump attack

I don't know, something like that.
User avatar
edh
 
Posts: 233
Joined: Thu Sep 13, 2007 12:17 am
Location: Maine, USA
Score: 14 Give a positive score

Re: The demo request list

Postby Bee-Ant » Mon Feb 11, 2008 8:27 am

Azou wrote:Ok,Teacher-Ant! :)

I'm not a teacher anyway
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: The demo request list

Postby Azou » Mon Feb 11, 2008 9:16 pm

Thanx,edh!! :mrgreen:
I know that i wasn't so explicite! :wink:
I want a kind of AI based on a 2D platform game,where the enemie is really strong and clever!
:D
Bee-Ant wrote:
Azou wrote:Ok,Teacher-Ant! :)

I'm not a teacher anyway

I see!
But since you said that i need english course,i call you Teacher Ant
User avatar
Azou
 
Posts: 514
Joined: Thu Sep 13, 2007 1:12 pm
Score: 35 Give a positive score

Re: The demo request list

Postby Bee-Ant » Tue Feb 12, 2008 8:50 am

But I'm not your English course teacher right?
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: The demo request list

Postby edh » Mon Mar 10, 2008 2:33 pm

Azou, did you get any AI to work, yet?
User avatar
edh
 
Posts: 233
Joined: Thu Sep 13, 2007 12:17 am
Location: Maine, USA
Score: 14 Give a positive score

Re: The demo request list

Postby Azou » Mon Mar 10, 2008 7:15 pm

Hum...Not yet,i'm still waiting!! :lol:
But i'm thinking on a good AI :D
User avatar
Azou
 
Posts: 514
Joined: Thu Sep 13, 2007 1:12 pm
Score: 35 Give a positive score

Re: The demo request list

Postby edh » Mon Mar 10, 2008 7:56 pm

I'm not sure what you could be waiting for. Seems like you need to define what your enemy AI should be able to do. Once you do that, just code it up.

"Tough enemy" is not a description of Ai behavior. :wink:
User avatar
edh
 
Posts: 233
Joined: Thu Sep 13, 2007 12:17 am
Location: Maine, USA
Score: 14 Give a positive score

Re: The demo request list

Postby Azou » Mon Mar 10, 2008 8:08 pm

Ah,well,I see!
But,before,tell me : do you need sprites?
Ok,then my enemy is a hunter
He can jump,punch,kick,walk left or right,run,block,and he's got 3 skills,like fire or things like that
I've an AI,but the enemy was stupid ( it was simple to defeat him )
Then,what i want really ( :P ) is an AI who is strong!An enemy who's really clever,like a final boss in an adventure game
Finally,the game is an beat them all,so enemies need to be powerfull and clever!
:mrgreen:
User avatar
Azou
 
Posts: 514
Joined: Thu Sep 13, 2007 1:12 pm
Score: 35 Give a positive score

Re: The demo request list

Postby edh » Mon Mar 10, 2008 8:24 pm

OK, let me try to put something together. I don't need sprites because the code should be an example to help you.

I'll get back to you in a few days.
User avatar
edh
 
Posts: 233
Joined: Thu Sep 13, 2007 12:17 am
Location: Maine, USA
Score: 14 Give a positive score

PreviousNext

Return to Game Demos

Who is online

Users browsing this forum: No registered users and 1 guest