Added ChessGameState, related classes and tests.
commit68b01ee4432027f731a05cc1cc1b07229b306cba
authorPaolo Capriotti <p.capriotti@gmail.com>
Sun, 29 Jul 2007 20:30:02 +0000 (29 22:30 +0200)
committerPaolo Capriotti <p.capriotti@gmail.com>
Sun, 29 Jul 2007 20:30:02 +0000 (29 22:30 +0200)
tree590b50b454aedede0a56fc97f5fd97d694183665
parent3e778772034dc8a1a76c79fb8beefd3905e0f73c
Added ChessGameState, related classes and tests.
14 files changed:
tests/hlvariants/CMakeLists.txt
tests/hlvariants/chessgamestatetest.cpp [new file with mode: 0644]
tests/hlvariants/chessgamestatetest.h [new file with mode: 0644]
tests/hlvariants/chessmovetest.cpp [new file with mode: 0644]
tests/hlvariants/chessmovetest.h [new file with mode: 0644]
tests/hlvariants/chesspiecetest.cpp
tests/hlvariants/chesspiecetest.h
tests/hlvariants/prototype/board.h
tests/hlvariants/prototype/chess/gamestate.cpp [new file with mode: 0644]
tests/hlvariants/prototype/chess/gamestate.h [new file with mode: 0644]
tests/hlvariants/prototype/chess/move.cpp [new file with mode: 0644]
tests/hlvariants/prototype/chess/move.h [new file with mode: 0644]
tests/hlvariants/prototype/chess/piece.cpp
tests/hlvariants/prototype/chess/piece.h