wanted help with hex game

R

rockwell_001

Hi all, i have a question regarding implementation of hex game using
alpha beta search and transposition tables. I wanted to do this in c.
How to use transposition tables in hex game. Did any one do this before
if so could you help me out with this.

Thanks .........
 
B

Ben Pfaff

Hi all, i have a question regarding implementation of hex game using
alpha beta search and transposition tables. I wanted to do this in c.
How to use transposition tables in hex game. Did any one do this before
if so could you help me out with this.

You'd be better off asking this in a newsgroup about games. It
really doesn't have much to do with C.
 
?

=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=

Ben Pfaff said:
You'd be better off asking this in a newsgroup about games. It
really doesn't have much to do with C.

It doesn't have much to do with games either. "alpha-beta search" and
"transposition tables" are AI terms, and Hex is widely used as a
research subject in AI classes. I guess the OP wants us to do his
homework or term paper or something. He'd have much better luck
asking Google; the first hit for "alpha beta search transposition
tables" includes sample C code.

DES
 
B

BGreene

Dag-Erling Smørgrav said:
It doesn't have much to do with games either. "alpha-beta search" and
"transposition tables" are AI terms, and Hex is widely used as a
research subject in AI classes. I guess the OP wants us to do his
homework or term paper or something. He'd have much better luck
asking Google; the first hit for "alpha beta search transposition
tables" includes sample C code.

DES

While certainly off topic alpha-beta at first look appears to be a
simplified version of coloring. I am usually incorrect when I post. I
would appreciate better references.

barry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,164
Messages
2,570,901
Members
47,439
Latest member
elif2sghost

Latest Threads

Top