summaryrefslogtreecommitdiff
path: root/public/board.js
AgeCommit message (Collapse)Author
2024-09-01accidental editame
2024-09-01drag and dropame
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-16optimize movement and highlightingame
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-14added color to pieces and made to_moveIgrisBRC
2024-07-14refactored the projectIgrisBRC