summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Collapse)Author
2024-07-22fixed controlled_moves functionIgrisBRC
2024-07-20removed logsIgrisBRC
2024-07-20made en passant, there might be bugs but I haven't found them yetIgrisBRC
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-16optimize movement and highlightingame
2024-07-16changed the styling a bitIgrisBRC
2024-07-15formattingIgrisBRC
2024-07-15removed unnecessary logsIgrisBRC
2024-07-15added check detection, for now only console loggin when checkIgrisBRC
2024-07-15added pawn capture moveIgrisBRC
2024-07-15all the bugs so far have been fixed, black pawns move twice, and the ↵IgrisBRC
highlighting does get cancelled when it should
2024-07-15added make move, still one bug, the previously highlighteds squares don't ↵IgrisBRC
break the current highlighted square, prolly and ez fix, but can't be arsed
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 ↵IgrisBRC
prettier later
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 ↵IgrisBRC
the board
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