21 Commits (2f0be9c302be7bb7b64b83b691ae596230061ff4)

Author SHA1 Message Date
Justin Pilon 2f0be9c302 fully implemented kinght and king for get all moves
5 years ago
Tait Hoyem 4f09433cb3 Fix curly brace
5 years ago
Justin Pilon 2a0c129874 broken knight
5 years ago
Tait Hoyem d76f2f13ef Remove unused variables, and justin's old bishop code
5 years ago
Tait Hoyem 5cb6d225b7 Merge branch 'develop'
5 years ago
Tait Hoyem eaf929ef9a Make all_moves(Bishop) work correctly.
5 years ago
Justin Pilon 0ad4736291 partially implemented bishop for function all moves
5 years ago
Tait Hoyem f33d3125a0 #ifdef -> #ifndef
5 years ago
Tait Hoyem 4b50122f12 Allow multiple imports of constants.h with #ifdef. Fix typo.
5 years ago
Justin Pilon 2575a55b2f Define, add tests for and write partial impl. of get_all_moves
5 years ago
Justin Pilon e40f10adde Change CHESS_CARS to CPP std::array
5 years ago
Tait Hoyem 026f564e83 Change name of main file
5 years ago
Tait Hoyem 8cd46542ef Fix board type. Add pos_to_pair, pair_to_pos functions
5 years ago
Tait Hoyem e3d2b4804d Make board type array<PieceType, 64>
5 years ago
Tait Hoyem 5725803920 Change board from int[64] to vector<int, 64>
5 years ago
Tait Hoyem dd3709eb1b Add Rank::[A-H], and File::[ONE..EIGHT] constants.
5 years ago
Tait Hoyem 7e03a7c085 Redo tracking system. Add tests
5 years ago
gitJustin ca1e134755
Add files via upload
5 years ago
gitJustin86 d9bffd8d2c Justin's style of coding CHESS
5 years ago
Tait Hoyem e66faca3b4 Add Piece enum
5 years ago
Tait Hoyem 3075be375e Add enum to reresent places on the board.
5 years ago