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.
This commit is contained in:
2006-01-05 15:51:46 +00:00
parent f737485337
commit c3ced2c700
4 changed files with 155 additions and 29 deletions

4
TODO
View File

@ -1,3 +1 @@
Créer une classe Piece pour mettre dans PromotionPiece dans Move.java
Further testing of the moves : check if squares are valid (function is square ?)
Make sure we don't remove a piece that don't exist.