Finish tp6
Add clear method to Array Add clear method to Board Add backend and frontend namespaces Add TooManyKingsException class Throw exception when more than 2 kings exist Add resetBoard method to window Reset board when R is pressed
Showing
- Array.hpp 9 additions, 2 deletionsArray.hpp
- Bishop.cpp 39 additions, 37 deletionsBishop.cpp
- Bishop.hpp 11 additions, 9 deletionsBishop.hpp
- Board.cpp 212 additions, 204 deletionsBoard.cpp
- Board.hpp 37 additions, 34 deletionsBoard.hpp
- Chess.vcxproj 4 additions, 0 deletionsChess.vcxproj
- Chess.vcxproj.filters 8 additions, 0 deletionsChess.vcxproj.filters
- King.cpp 38 additions, 24 deletionsKing.cpp
- King.hpp 15 additions, 10 deletionsKing.hpp
- Knight.cpp 32 additions, 30 deletionsKnight.cpp
- Knight.hpp 11 additions, 9 deletionsKnight.hpp
- Move.cpp 54 additions, 52 deletionsMove.cpp
- Move.hpp 22 additions, 21 deletionsMove.hpp
- Pawn.cpp 68 additions, 66 deletionsPawn.cpp
- Pawn.hpp 16 additions, 14 deletionsPawn.hpp
- Piece.cpp 64 additions, 62 deletionsPiece.cpp
- Piece.hpp 34 additions, 32 deletionsPiece.hpp
- Queen.cpp 29 additions, 27 deletionsQueen.cpp
- Queen.hpp 11 additions, 9 deletionsQueen.hpp
- Rook.cpp 39 additions, 37 deletionsRook.cpp
Loading
Please register or sign in to comment