index
:
chesslol.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
public
Age
Commit message (
Collapse
)
Author
2024-09-01
unused variable oops
ame
2024-09-01
drag validation
ame
2024-09-01
accidental edit
ame
2024-09-01
drag and drop
ame
2024-07-23
removed unnecessary variable initialization
IgrisBRC
2024-07-22
added promotion
IgrisBRC
2024-07-22
removed unnecessary log
IgrisBRC
2024-07-22
fixed controlled_moves function
IgrisBRC
2024-07-20
removed logs
IgrisBRC
2024-07-20
made en passant, there might be bugs but I haven't found them yet
IgrisBRC
2024-07-17
revert function name
ame
2024-07-17
fix castling and cleanliness
ame
2024-07-16
added castling ;)
IgrisBRC
2024-07-16
implemented castling but the rook doesn't move
IgrisBRC
2024-07-16
optimize movement and highlighting
ame
2024-07-16
changed the styling a bit
IgrisBRC
2024-07-15
formatting
IgrisBRC
2024-07-15
removed unnecessary logs
IgrisBRC
2024-07-15
added check detection, for now only console loggin when check
IgrisBRC
2024-07-15
added pawn capture move
IgrisBRC
2024-07-15
all the bugs so far have been fixed, black pawns move twice, and the ↵
IgrisBRC
highlighting does get cancelled when it should
2024-07-15
added 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-15
fixed fault functionality, by changing for charAt to charCodeAt
IgrisBRC
2024-07-15
made some changes to my godawful code
IgrisBRC
2024-07-14
made make move a little bit better, but still can't move the same piece twice
IgrisBRC
2024-07-14
finnnallyyyy... added make move to the game, its a bit shitty, i'll make it ↵
IgrisBRC
prettier later
2024-07-14
remove semi-colons lol
ame
2024-07-14
sync_board rewrite
ame
2024-07-14
added color to pieces and made to_move
IgrisBRC
2024-07-14
refactored the project
IgrisBRC
2024-07-14
fixed pawn move, used to jump over a piece before
IgrisBRC
2024-07-14
fixed critical error in highlighting, the moves were mapped mirrored from ↵
IgrisBRC
the board
2024-07-13
did some renaming
IgrisBRC
2024-07-13
added move highlight
IgrisBRC
2024-07-13
gave the piece some styling
IgrisBRC
2024-07-13
added pieces to the board from the array
IgrisBRC
2024-07-13
refactored the project
IgrisBRC