Commit Graph

8 Commits

Author SHA1 Message Date
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
651ed576bd Version 0.1.99
==============
Everything seems to work fine for a two player game.
2006-01-13 16:48:21 +00:00
c62bdacb9f Version 0.1.9
Rules are checked and en passant works.

Does not check if black or white is playing.
Does not check multiple possibilities for promotion.
2006-01-13 12:29:54 +00:00
0ffdf58af4 Testing and debugging of the rules :
by typing "hint a3" it is possible to know all the possible moves for the piece on a3.
(Pawn and Queen not implemented yet)
2006-01-11 18:32:01 +00:00
d2c08d60c5 Perfecting comments to be able to create a javadoc. 2006-01-10 15:39:55 +00:00
5373eaf0aa Moves are now intuitive.
Don't have to tell what piece to move and what piece to capture.

Big code cleanup as well.
2006-01-10 12:35:32 +00:00
5bd6db4b06 This is a first version where it is possible to play in console.
Rules are not implemented and program crashes when moving a piece that does not
exit or when trying to capture our own pieces...
2006-01-07 16:34:40 +00:00
08c973a452 In this version it is possible to add and remove a piece (BLACK_PAWN) to the board.
The board is diplayed in a very basic way in the console.
2006-01-05 16:37:20 +00:00