Commit graph

41 commits

Author SHA1 Message Date
9fbc09ea07 Clear move history on setup 2023-03-16 12:43:19 -07:00
101054091d Fix black queen promotion 2023-03-16 12:39:35 -07:00
851c2f401d Prevent click redraws while AI is thinking 2023-03-16 12:38:59 -07:00
acb9e05e07 Fix king control zone, disable checks preventing castling 2023-03-16 12:36:46 -07:00
2c5d9079cd Use threading for AI 2023-03-16 12:24:03 -07:00
e08132376a Add check highlight, fix color names 2023-03-16 11:46:09 -07:00
3c6db20f06 Improve colors 2023-03-16 11:41:18 -07:00
e2ca1c2f38 Possibly fix intermittent stalemate issues 2023-03-16 01:01:31 -07:00
5e1553aaf6 Fix blocking checkmate 2023-03-16 00:17:12 -07:00
e178d88742 Add stalemate text 2023-03-16 00:08:00 -07:00
446006cf4a Shuffle AI move set to prevent moving back and forth 2023-03-15 23:59:06 -07:00
dcf9bd7df7 Make pawn promote from captures 2023-03-15 23:58:23 -07:00
0c40eba66f Add queen promotion, fix pawn taking two squares ahead 2023-03-15 23:40:45 -07:00
jylkyle
9063667ca5 Movement restriction for Knight 2023-03-15 22:57:06 -07:00
419d33bc88 Prevent two squares forward pawn teleportation 2023-03-15 22:44:32 -07:00
0a838ba7ee Implement castling 2023-03-15 22:41:49 -07:00
c9cf5fa8fb Switch from BoardCoordinate to Move for most move handling 2023-03-15 18:43:33 -07:00
dcde9d5ecd Add two space pawn movement 2023-03-15 17:00:15 -07:00
36f3873816 Fix checkmate logic to account for other piece taking attacker 2023-03-15 17:00:04 -07:00
884fc44ed4 Add win/lose screen 2023-03-15 16:34:37 -07:00
f16448bdf0 Fix AI value system 2023-03-14 12:53:50 -07:00
b4c9ca0105 Get AI working 2023-03-14 12:40:49 -07:00
eeaf71bc19 Fix moving white pieces, remove sleep 2023-03-13 20:29:36 -07:00
dcfc4ce3d9 WIP broken AI integration 2023-03-13 20:10:33 -07:00
3eec0e7833 Add move highlights 2023-03-13 19:16:08 -07:00
17aa7c7ccb Prevent moving into check, implement checkmate detection 2023-03-13 18:38:34 -07:00
JoffreTS
17b506922a updating movement
updating movement
2023-03-13 17:28:10 -07:00
023d0b9a4b Implement prevention of teleportation for possible moves 2023-03-10 15:16:32 -08:00
8294306734 Add LICENSE 2023-03-04 19:10:00 -08:00
08292bc9dd Add piece graphics, flip white and black tiles, swap king and queen 2023-03-04 19:05:57 -08:00
JoffreTS
17e81feac0 added classes for each piece, with possible moves. Also updated board initialization to include all pieces. 2023-02-21 18:13:47 -08:00
jylkyle
b5dc5a4228 Movement restriction for Knight 2023-02-18 20:49:19 -08:00
Kyle Kim
6f51247019 Movement restriction for Knight 2023-02-18 20:40:06 -08:00
45f7544151 Add TODO Knight class, make Piece abstract 2023-02-18 20:24:03 -08:00
1f578b0770 Make piece move restrictions, minor bugfixes 2023-02-18 20:14:16 -08:00
df2268cd55 Minor cleanup 2023-02-17 22:38:57 -08:00
YujieAki
9cf0136b06
Merge pull request #1 from ElnuDev/Yujie-AI
Add files via upload
2023-02-17 18:47:29 -08:00
YujieAki
c2903f1712
Add files via upload 2023-02-17 18:47:09 -08:00
1aad4a6153 Add Chess.iml 2023-02-10 19:08:56 -08:00
309231e304 Add comments, clean up code 2023-02-10 18:12:06 -08:00
91c04cbcf2 Initial commit 2023-02-09 20:40:12 -08:00