Commit Graph

15 Commits

Author SHA1 Message Date
a0ee66638d Version 0.8.0
=============
Just before creating the external config file
2006-07-04 01:45:39 +00:00
8a641a6e1e Version 0.7.9
=============
Added open book
Added a weighted static evaluation function where
  the position of each piece is important
2006-07-02 18:29:29 +00:00
b02755be4e Version 7.0
===========
Corrected a few bugs from 6.9, like the principal variation.
About to add opening book.
2006-07-02 13:51:14 +00:00
1b500b4421 Version 6.9
===========
Now detects draw (50 moves only)
Displays time to find move
Can read a library of problems from a file
Each problem can be selected independently or all can be
  played in succession and then the result is displayed.
2006-07-01 15:06:24 +00:00
e9d5fe78a7 Before a big change in the code : different value for each piece 2006-06-30 15:34:22 +00:00
95deacff45 Version 5.2
===========
Corrected another bug in alpha-beta.
2006-06-29 18:45:21 +00:00
4dc083acc1 Version 5.1
===========
Corrected bug in alpha-beta.
2006-06-28 16:59:07 +00:00
feea4b103b Version 5.0
===========
Alpha-beta pruning is the only main change.
2006-06-25 13:26:08 +00:00
1a54cfd06f Quelques modifications mineures 2006-04-29 01:25:12 +00:00
a3916eb445 End of game detection now works fine but has made the game a lot slower.
I will imporve this with a : istherevalidmove function.
2006-01-28 13:50:40 +00:00
313cf91ef5 before big code modification (moving player color in Board) 2006-01-28 13:23:01 +00:00
213b1e3bf0 v0.4.1
The computer plays with minmax and detects the end of games
No known bugs
2006-01-27 23:34:09 +00:00
5266b582bb Version 0.4
Now plays with a grandpa minmax.
It is much better, though not excellent ;)
2006-01-26 18:05:16 +00:00
6cf9f27892 Version 0.3 beta 3:
Computer can now play black and white
For some reason the computer cannot play against himself.
I think it must be because of force that is not understood.
2006-01-24 16:16:04 +00:00
dbfd428710 A fully working version of the game.
Works with XBoard only (not eboard).

The program plays the first legal move.
2006-01-17 15:18:53 +00:00