1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 16, 2023 — Mar 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
allow the game to be restarted using ucinewgame command More... over 10 years ago
Update README.md More... over 10 years ago
Looking over code again. Added an important reminder about the Knight More... over 10 years ago
pawns now move correctly. check checking works correctly for all pieces More... over 10 years ago
can determine if in check due to pawn, rook, and bishop. behaviour when no legal moves available now correct More... over 10 years ago
now inCheck checking works with pawns More... over 10 years ago
Merge branch 'master' of ssh://github.com/bmende/BendeChess More... over 10 years ago
adding inCheck checker. fix captured pieces. adding legality checker. adding means not done yet More... over 10 years ago
Update README.md More... over 10 years ago
Create README.md More... over 10 years ago
more copy constructors. pawns now move correctly. no en-passant or promotion yet More... over 10 years ago
fixed silly errors. began move generator More... over 10 years ago
cleaner communication with uci More... over 10 years ago
added move execution to the board, as well as some print functions More... over 10 years ago
got rid of some magic numbers. board representations now initialize in the start position correctly More... over 10 years ago
better way to initialize pawns More... over 10 years ago
now initializing piecelist. could be more elegant More... over 10 years ago
added piece representation. may adjust later as necessary. More... over 10 years ago
preparing command handlers for all gui->engine commands More... over 10 years ago
tested sending a move to guigit status More... over 10 years ago
using classes better More... over 10 years ago
first commit. uciComm now responds to initial uci chatter properly More... over 10 years ago