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.
This commit is contained in:
2006-01-05 16:37:20 +00:00
parent c3ced2c700
commit 08c973a452
4 changed files with 80 additions and 17 deletions

3
TODO
View File

@ -1 +1,2 @@
Make sure we don't remove a piece that don't exist.
Create a variable called SECURITY.
If SECURITY = false then many test that are 'a priori' useless are not done.