Initial Git commit
authorJerome St-Louis <jerome@ecere.com>
Tue, 17 May 2011 04:22:20 +0000 (00:22 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 17 May 2011 04:22:20 +0000 (00:22 -0400)
commit4c30b8914ddddd5381ece38f84c1c42399dd34c6
tree8cee20abc2595d64711ccf14faf215a476d840b5
Initial Git commit
28 files changed:
LICENSE [new file with mode: 0644]
chess.epj [new file with mode: 0644]
res/aboutPic.jpg [new file with mode: 0644]
res/blackBishop.png [new file with mode: 0644]
res/blackKing.png [new file with mode: 0644]
res/blackKnight.png [new file with mode: 0644]
res/blackPawn.png [new file with mode: 0644]
res/blackQueen.png [new file with mode: 0644]
res/blackRook.png [new file with mode: 0644]
res/board.jpg [new file with mode: 0644]
res/bthr.jpg [new file with mode: 0644]
res/chessSet.3ds [new file with mode: 0644]
res/darkwood.jpg [new file with mode: 0644]
res/lightwo1.jpg [new file with mode: 0644]
res/whiteBishop.png [new file with mode: 0644]
res/whiteKing.png [new file with mode: 0644]
res/whiteKnight.png [new file with mode: 0644]
res/whitePawn.png [new file with mode: 0644]
res/whiteQueen.png [new file with mode: 0644]
res/whiteRook.png [new file with mode: 0644]
src/about.ec [new file with mode: 0644]
src/ai.ec [new file with mode: 0644]
src/chess.ec [new file with mode: 0644]
src/chess2D.ec [new file with mode: 0644]
src/chess3D.ec [new file with mode: 0644]
src/chessutils.ec [new file with mode: 0644]
src/connect.ec [new file with mode: 0644]
src/promotion.ec [new file with mode: 0644]