How Bout a Contest!
Moderator: Coders of Rage
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
How Bout a Contest!
I'm getting kinda bored lately, so why don't we have a contest of some sort. Like an AI contest. We could start with something simple like pong. One of us creates a pong engine and then everyone creates their own AI (BY THEIRSELVES!) and run it like 100 times (no visuals for high speed) and see who the overall victor is.
What do you guys think?
What do you guys think?
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
- Don Pwnious
- Chaos Rift Devotee
- Posts: 833
- Joined: Tue Jun 15, 2004 5:32 pm
- Location: on the streets wit my j23
- Contact:
- Don Pwnious
- Chaos Rift Devotee
- Posts: 833
- Joined: Tue Jun 15, 2004 5:32 pm
- Location: on the streets wit my j23
- Contact:
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
I changed my mind though. When I first started on that book, I had SO much trouble with it. Don't get it unless you know all of your class/struct object oriented garbage. You'd better know what this means:
If you want to learn SDL, what does that mean?
Code: Select all
blood->x
- Don Pwnious
- Chaos Rift Devotee
- Posts: 833
- Joined: Tue Jun 15, 2004 5:32 pm
- Location: on the streets wit my j23
- Contact:
Shoot!! Too late i already bought it.
Yeh i have to agree how is F800 = 1111 1000 0000 0000 b??
also located in pg.43
Yeh i have to agree how is F800 = 1111 1000 0000 0000 b??
also located in pg.43
Last edited by Don Pwnious on Sun Nov 07, 2004 5:08 pm, edited 1 time in total.
1/8th time- 14secs
1/8th speed - 110mph
1/8th speed - 110mph
-
- Chaos Rift Junior
- Posts: 272
- Joined: Wed Sep 29, 2004 5:53 pm
- Favorite Gaming Platforms: NES, SNES
- Programming Language of Choice: C/C++
- Location: Umeå, Sweden
- Contact:
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
-
- Chaos Rift Junior
- Posts: 272
- Joined: Wed Sep 29, 2004 5:53 pm
- Favorite Gaming Platforms: NES, SNES
- Programming Language of Choice: C/C++
- Location: Umeå, Sweden
- Contact:
You'd have to make the ball faster than the paddle or else one could just do
Code: Select all
paddle.y = ball.y;
that is what i was thinking just have the ai have the middle of the paddle always at the center of the ball.
and your question
i don't know the offical terminology but x would be a variable in the instance blood.
(right??)
and like gyrovorbis said we are learning that in computer science team. hex to binary yeah.
and your question
blood->x
Code: Select all
(*blood).x
(right??)
and like gyrovorbis said we are learning that in computer science team. hex to binary yeah.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Wilson_industries, your -> explanation is right, BUT
HOLY SHIT
That isn't AI, that's just some cheap monstrosity.
HOLY SHIT
Dude, if you think that is GOOD, then you're going to make a terribly sub-standard game (no offense). Tvspelsfreak was only bringing that up as an example of what NEVER to do.Wilson_industries wrote: that is what i was thinking just have the ai have the middle of the paddle always at the center of the ball.
That isn't AI, that's just some cheap monstrosity.
Last edited by Falco Girgis on Mon Nov 08, 2004 4:25 pm, edited 1 time in total.
yeah. it would be pretty sick and worthless having an unbeatable ai in pong.
i guess you could have the ball travel faster than the paddle like tvspelsfreak said and have a slight lag time between the computer responses.
a real challenge would be to come up with an ai in tic tac toe without programming every possible winning scenario into it.
i guess you could have the ball travel faster than the paddle like tvspelsfreak said and have a slight lag time between the computer responses.
a real challenge would be to come up with an ai in tic tac toe without programming every possible winning scenario into it.
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA