Archived from groups: rec.games.chess.computer (More info?)
Hi
I would like to write my own chess-program. Reason number 1: it is
very intresting and I wanted to do it for years. 2: I would like to
see if I can write a chess program that plays better chess than me
(that should not be so hard
Anyway, I like the 8 by 8 board representation. It is simple to
understand. However homepages like
http://www.cis.uab.edu/info/faculty/hyatt/boardrep.html tells me that
8 by 8 is the sigle most stupid design decision a chess programmer
ever could make. They claim that there must be a lot of if-statmets to
check that I don't move a piece out of the board. But what if I write
my program in Java and just use the IndexOutOfBoundsException? Would
that really be such a stupid thing to do?
I'd like to here what expert Tom Kerrigan and others have to say about
this.
You are smart, you figure my anti-spam e-mail out
// Mattias
Hi
I would like to write my own chess-program. Reason number 1: it is
very intresting and I wanted to do it for years. 2: I would like to
see if I can write a chess program that plays better chess than me
(that should not be so hard
Anyway, I like the 8 by 8 board representation. It is simple to
understand. However homepages like
http://www.cis.uab.edu/info/faculty/hyatt/boardrep.html tells me that
8 by 8 is the sigle most stupid design decision a chess programmer
ever could make. They claim that there must be a lot of if-statmets to
check that I don't move a piece out of the board. But what if I write
my program in Java and just use the IndexOutOfBoundsException? Would
that really be such a stupid thing to do?
I'd like to here what expert Tom Kerrigan and others have to say about
this.
You are smart, you figure my anti-spam e-mail out
// Mattias