C Board  

Go Back   C Board > Community Boards > Contests Board

View Poll Results: You can sign up for these contests:
Black Jack 8 50.00%
Texas hold'em 7 43.75%
Yahtzee 2 12.50%
Multiple Choice Poll. Voters: 16. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
Old 05-27-2005, 07:51 AM   #1
and the hat of marbles
 
Sang-drax's Avatar
 
Join Date: May 2002
Location: Göteborg, Sweden
Posts: 2,038
New AI contest: sign up

OK, the semester is almost finished (for me at least) and it'd be fun having a new AI contest.

Only sign up here if you intend to submit anything! It is possible to sign up for more than one contest, but only the contest with the highest number of participants will actually be held (for now). As PJ pointed out, othello would probably be too similar to the last contest, even though it is a good game for these types of contests.

So, let's see if there are enough participants!

Last edited by Sang-drax; 05-27-2005 at 07:56 AM.
Sang-drax is offline   Reply With Quote
Old 05-27-2005, 09:11 AM   #2
Cheesy Poofs!
 
PJYelton's Avatar
 
Join Date: Sep 2002
Location: Boulder
Posts: 1,728
I voted just blackjack since I know I would definately submit that. The other two I can't guarantee although I probably would.
PJYelton is offline   Reply With Quote
Old 05-27-2005, 09:24 AM   #3
Gawking at stupidity
 
Join Date: Jul 2004
Posts: 2,289
Will the contest be available to us C-only freaks?
__________________
If you understand what you're doing, you're not learning anything.

Ignore any "advice" esbo tries to give you. It's wrong.
itsme86 is offline   Reply With Quote
Old 05-27-2005, 09:54 AM   #4
Tropical Coder
 
Darryl's Avatar
 
Join Date: Mar 2005
Location: Cayman Islands
Posts: 503
I will definitely do the holdem (if it wins), I am not really motivated to do Blackjack, because basically the only "winning" strategy is card counting/perfect play which is fairly simple to implement. I may still submit an entry though if it wins.
Darryl is offline   Reply With Quote
Old 05-27-2005, 10:13 AM   #5
Registered User
 
Join Date: Jan 2005
Posts: 847
What would the format of an entry be? would we create a callback function wich the dealer sends messages too?
Quantum1024 is offline   Reply With Quote
Old 05-27-2005, 10:31 AM   #6
Cheesy Poofs!
 
PJYelton's Avatar
 
Join Date: Sep 2002
Location: Boulder
Posts: 1,728
>>I am not really motivated to do Blackjack, because basically the only "winning" strategy is card counting/perfect play which is fairly simple to implement<<

Well not necessarily. True, card counting/perfect play is the safest way to win the most money at Vegas in the long run, but it isn't necessarily the best strategy to beat out a group of other players over a period of x hands. I'm assuming our AI's will be told how much money the other bots have and can thus vary our play depending on if we have to catch up or hold on to a lead. Also varies depending on how many hands are left.
PJYelton is offline   Reply With Quote
Old 05-27-2005, 10:54 AM   #7
and the hat of marbles
 
Sang-drax's Avatar
 
Join Date: May 2002
Location: Göteborg, Sweden
Posts: 2,038
Yes, if a player is behind with only a few hands left, it'll have to play more aggressively to have a chance of winning.

Quote:
Originally Posted by itsme86
Will the contest be available to us C-only freaks?
The last connect four contest didn't require much knowledge of C++. C-only freaks will probably be able to participate, although I'll probably use some C++ in it.

Quote:
What would the format of an entry be? would we create a callback function wich the dealer sends messages too?
Sending messages is one possibility. Another is to have the entire game state in a structure which is passed to the AI function (like in the last tournament).
__________________
Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling
Sang-drax is offline   Reply With Quote
Old 05-27-2005, 08:27 PM   #8
VA National Guard
 
The Brain's Avatar
 
Join Date: May 2004
Location: Manassas, VA USA
Posts: 902
I am currently working on texas holdem.
__________________
  • "Problem Solving C++, The Object of Programming" -Walter Savitch
  • "Data Structures and Other Objects using C++" -Walter Savitch
  • "Assembly Language for Intel-Based Computers" -Kip Irvine
  • "Programming Windows, 5th edition" -Charles Petzold
  • "Visual C++ MFC Programming by Example" -John E. Swanke
  • "Network Programming Windows" -Jones/Ohlund
  • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
  • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel
The Brain is offline   Reply With Quote
Old 05-31-2005, 09:59 AM   #9
Registered User
 
Join Date: May 2005
Posts: 8
IM "ALL IN"

for the Texas Holdem...no pun intended
OH_HRVAT is offline   Reply With Quote
Old 06-02-2005, 07:21 AM   #10
and the hat of marbles
 
Sang-drax's Avatar
 
Join Date: May 2002
Location: Göteborg, Sweden
Posts: 2,038
We didn't have that many participants.
Perhaps we should put this contest on hold for a while.
__________________
Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling
Sang-drax is offline   Reply With Quote
Old 06-02-2005, 08:33 AM   #11
Registered User
 
Join Date: May 2005
Posts: 8
I think 10 would be about the perfect number, if 10 ( or less ) people were signed up for holdem, we could have all 10 bots start out a table together...and play till one is left, that is standard for a holdem tourney.

I think that would be more challenging as well, to take into account position at the table when it comes to betting and bluffing...as opposed to just playing one player...
OH_HRVAT is offline   Reply With Quote
Old 06-02-2005, 10:11 AM   #12
Cheesy Poofs!
 
PJYelton's Avatar
 
Join Date: Sep 2002
Location: Boulder
Posts: 1,728
IF everyone who said they would send an entry actually does then I would think five plus maybe an extra one or two who didn't answer the poll would be an acceptable amount of participants for either game. Of course, thats a big IF.

Unless some of the people here promote on other boards I doubt we'd ever get more than that.
PJYelton is offline   Reply With Quote
Old 06-02-2005, 11:35 AM   #13
Registered User
 
Join Date: Mar 2005
Posts: 38
I might participate in an AI contest, but probably not if it's about card games (don't know much of them, don't like them). Sorry!
Togra is offline   Reply With Quote
Old 06-03-2005, 09:31 AM   #14
Registered User
 
Join Date: May 2005
Posts: 8
Dobro Jutro!

I agree...5-6 would work fine. actually, thinking about it, maybe we should hope that that is all that signs up for this, if it runs smooth, then start advertising on other boards
OH_HRVAT is offline   Reply With Quote
Old 06-04-2005, 07:37 PM   #15
Registered User
 
manofsteel972's Avatar
 
Join Date: Mar 2004
Posts: 317
Well I am definitely going to participate regardless of which game.
__________________
"Knowledge is proud that she knows so much; Wisdom is humble that she knows no more."
-- Cowper

Operating Systems=Slackware Linux 9.1,Windows 98/Xp
Compilers=gcc 3.2.3, Visual C++ 6.0, DevC++(Mingw)

You may teach a person from now until doom's day, but that person will only know what he learns himself.

Now I know what doesn't work.

A problem is understood by solving it, not by pondering it.

For a bit of humor check out xkcd web comic http://xkcd.com/235/
manofsteel972 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Action Game - AI Contest Queatrix Contests Board 4 01-18-2007 06:55 PM
AI Contest - Minesweeper Darryl Contests Board 93 04-24-2006 05:48 PM
chess ai contest Raven Arkadon Contests Board 7 07-09-2005 06:38 AM
AI Contest Proposal MadCow257 Contests Board 4 03-13-2005 03:27 PM
Game Design Topic #1 - AI Behavior TechWins Game Programming 13 10-11-2002 10:35 AM


All times are GMT -6. The time now is 05:44 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22