|
9167829467
|
Documentation generated. Some errors corrected in the code.
|
2006-01-13 17:03:06 +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 |
|
|
c3ced2c700
|
Pieces can be added and removed to bitboards.
I need to implement move function and it will be ok for a very basic suicide chess program
without any move checking.
|
2006-01-05 15:51:46 +00:00 |
|
|
f737485337
|
NEW CLASS: Square
Class Square and Move work.
I'm still working on BitBoard.
|
2006-01-05 13:22:38 +00:00 |
|