summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-01unused variable oopsame
2024-09-01drag validationame
2024-09-01accidental editame
2024-09-01drag and dropame
2024-07-23added author lolIgrisBRC
2024-07-23removed unnecessary variable initializationIgrisBRC
2024-07-22updated READMEIgrisBRC
2024-07-22added promotionIgrisBRC
2024-07-22removed unnecessary logIgrisBRC
2024-07-22fixed controlled_moves functionIgrisBRC
2024-07-20removed logsIgrisBRC
2024-07-20removed en passant from todoIgrisBRC
2024-07-20made en passant, there might be bugs but I haven't found them yetIgrisBRC
2024-07-18removed castling from todoIgrisBRC
2024-07-17Merge pull request #5 from ameliasquires/mainIgrisBRC
2024-07-17revert function nameame
2024-07-17fix castling and cleanlinessame
2024-07-16added castling ;)IgrisBRC
2024-07-16 implemented castling but the rook doesn't moveIgrisBRC
2024-07-16Merge pull request #4 from ameliasquires/mainIgrisBRC
2024-07-16optimize movement and highlightingame
2024-07-16changed the styling a bitIgrisBRC
2024-07-15added some instruction to run the thingIgrisBRC
2024-07-15formattingIgrisBRC
2024-07-15removed unnecessary logsIgrisBRC
2024-07-15added check detection, for now only console loggin when checkIgrisBRC
2024-07-15just when i thought i had everything covered, i just remembered one more thin...IgrisBRC
2024-07-15pawn capture doneIgrisBRC
2024-07-15added pawn capture moveIgrisBRC
2024-07-15just remembered a bunch of things, now am sure am not missing anything, after...IgrisBRC
2024-07-15all the bugs so far have been fixed, black pawns move twice, and the highligh...IgrisBRC
2024-07-15remembered about castling so added it to the readmeIgrisBRC
2024-07-15added make move, still one bug, the previously highlighteds squares don't bre...IgrisBRC
2024-07-15fixed fault functionality, by changing for charAt to charCodeAtIgrisBRC
2024-07-15made some changes to my godawful codeIgrisBRC
2024-07-14made make move a little bit better, but still can't move the same piece twiceIgrisBRC
2024-07-14finnnallyyyy... added make move to the game, its a bit shitty, i'll make it p...IgrisBRC
2024-07-14Merge pull request #3 from ameliasquires/mainIgrisBRC
2024-07-14remove semi-colons lolame
2024-07-14sync_board rewriteame
2024-07-14added color to pieces and made to_moveIgrisBRC
2024-07-14refactored the projectIgrisBRC
2024-07-14fixed pawn move, used to jump over a piece beforeIgrisBRC
2024-07-14fixed critical error in highlighting, the moves were mapped mirrored from the...IgrisBRC
2024-07-13updated readmeIgrisBRC
2024-07-13did some renamingIgrisBRC
2024-07-13added move highlightIgrisBRC
2024-07-13gave the piece some stylingIgrisBRC
2024-07-13added pieces to the board from the arrayIgrisBRC
2024-07-13refactored the projectIgrisBRC