samples/games: Added Chess game
authorJerome St-Louis <jerome@ecere.com>
Wed, 23 Apr 2014 17:51:17 +0000 (13:51 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 23 Apr 2014 17:51:17 +0000 (13:51 -0400)
commitd8ad7cf0e2063cc91bbf6de3735b034228e23d29
tree24936bcebc5acbd4ade7918284826db34ff83088
parent04ad7acb274db69d29d418ef35b35bea6a7ef0f4
samples/games: Added Chess game
27 files changed:
samples/games/chess/chess.epj [new file with mode: 0644]
samples/games/chess/res/aboutPic.jpg [new file with mode: 0644]
samples/games/chess/res/blackBishop.png [new file with mode: 0644]
samples/games/chess/res/blackKing.png [new file with mode: 0644]
samples/games/chess/res/blackKnight.png [new file with mode: 0644]
samples/games/chess/res/blackPawn.png [new file with mode: 0644]
samples/games/chess/res/blackQueen.png [new file with mode: 0644]
samples/games/chess/res/blackRook.png [new file with mode: 0644]
samples/games/chess/res/board.jpg [new file with mode: 0644]
samples/games/chess/res/bthr.jpg [new file with mode: 0644]
samples/games/chess/res/chessSet.3ds [new file with mode: 0644]
samples/games/chess/res/darkwood.jpg [new file with mode: 0644]
samples/games/chess/res/lightwo1.jpg [new file with mode: 0644]
samples/games/chess/res/whiteBishop.png [new file with mode: 0644]
samples/games/chess/res/whiteKing.png [new file with mode: 0644]
samples/games/chess/res/whiteKnight.png [new file with mode: 0644]
samples/games/chess/res/whitePawn.png [new file with mode: 0644]
samples/games/chess/res/whiteQueen.png [new file with mode: 0644]
samples/games/chess/res/whiteRook.png [new file with mode: 0644]
samples/games/chess/src/about.ec [new file with mode: 0644]
samples/games/chess/src/ai.ec [new file with mode: 0644]
samples/games/chess/src/chess.ec [new file with mode: 0644]
samples/games/chess/src/chess2D.ec [new file with mode: 0644]
samples/games/chess/src/chess3D.ec [new file with mode: 0644]
samples/games/chess/src/chessutils.ec [new file with mode: 0644]
samples/games/chess/src/connect.ec [new file with mode: 0644]
samples/games/chess/src/promotion.ec [new file with mode: 0644]