82 Commits

Author SHA1 Message Date
d73481a5ea Updated url after migration 2024-10-20 12:31:44 +02:00
d2f88d85ac Fix links after git migration 2024-02-29 16:22:15 +01:00
4a23999962 Add image description 2019-10-19 17:01:41 +02:00
fe917635d6 Add image description 2019-10-19 17:01:04 +02:00
11b414bab1 Fix image links 2019-10-19 16:59:58 +02:00
f90fb177f6 Adding screenshots 2019-10-19 16:58:15 +02:00
5637d8e28e Add screenshots 2019-10-19 16:56:18 +02:00
8dd1721bab Updated documentation 2019-09-25 07:04:41 +02:00
847e578297 Removed previous version containing errors 2019-09-25 06:53:51 +02:00
f71ccad4e5 Update documentation 2019-09-25 06:43:48 +02:00
30a692e7af Merge branch 'master' of https://djib.fr/djib/Sushi 2019-09-25 06:35:09 +02:00
9f876a7428 Update .gitignore to exclude /releases 2019-09-19 22:38:55 +02:00
b9fd8ae3d8 Correct shell scripts not running properly 2019-08-26 22:24:16 +02:00
37fc5bf5d8 Add a link to the dissertation 2019-08-25 17:03:53 +02:00
7132379b33 Merge branch 'master' of https://djib.fr/djib/Sushi 2019-08-25 17:00:23 +02:00
f14f60d261 Add a document to help anyone interested in Sushi grasp its main
concepts.
2019-08-25 16:58:15 +02:00
54411b47f9 Add scripts to start Sushi 2019-08-25 16:41:06 +02:00
a7262890d0 Add basic README file 2019-08-24 00:38:36 +02:00
c408f2c427 Make sure the code compiles after svn2git conversion. 2019-08-24 00:29:48 +02:00
02fec46a2b Commit total 2006-12-02 15:49:30 +00:00
29b3dc3469 delete todo 2006-12-02 15:44:06 +00:00
86f7c45829 Deleting documentation folder 2006-11-12 21:15:49 +00:00
4ff5478d8c Config files 2006-11-12 21:14:42 +00:00
7ff417b453 Changed management of config file, openbook and problems.
Files can now be included in the jarfile.
2006-11-12 21:14:13 +00:00
f1e8cd0784 Version 1.0.4
=============
Improved move ordering
Changed default values
2006-07-18 23:14:35 +00:00
f9ff33b2b3 Version 1.0.3
=============
Corrected a bug in the principal variation first search
2006-07-18 16:43:27 +00:00
9c4916fb1b Version 1.0.2
=============
Corrected a major but in move ordering
and a major bug in the evaluation function.
2006-07-16 17:17:40 +00:00
399985789e Version 1.0.1
=============
Couple of minor changes
2006-07-14 13:55:31 +00:00
8854c787f9 VERSION 1.0.0
=============
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2006-07-04 22:13:21 +00:00
1eee874d6b Version 0.9.4
=============
Corrected undo bug
Added iterative deepening
2006-07-04 19:30:25 +00:00
7dc781c25e Version 0.9.2
=============
External config file.
Move ordering.
2006-07-04 18:24:40 +00:00
f67d82d129 Version 0.8.9
=============
Added external config file -> the resulting program seems a lot faster !!!
Added help.
2006-07-04 11:55:00 +00:00
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
74206376a7 Version 0.5.6
=============
Now has weights for each piece.
Now detects endgame (uses different evaluation function)
2006-06-30 17:10:53 +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
ed438e593a Version 1.4.2
Now possible to undo, save games, restore positions, and view statistics when the computer plays.
2006-01-28 16:35:21 +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
42e56fde4f Rules now become static which makes apparently much more sense. 2006-01-16 16:42:32 +00:00