1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
8bb9bb2ae5
These functions should be private 2018-03-31 15:21:48 -04:00
49540d72bd
Notification if move would result in check 2018-03-31 15:21:48 -04:00
320cb03b1f
Add tests for king in check 2018-03-31 15:21:47 -04:00
aa7f685521
Check for attacks from pawns 2018-03-31 15:21:47 -04:00
92b0b08298
Move piece getter to board module 2018-03-31 15:21:47 -04:00
6c944243fb
Re-organise pieces 2018-03-31 15:21:47 -04:00
18aa9faab4
Determine whether a piece is being attacked
This also refactors a bunch of the movement generation code to simplify
things and make it more flexible. This allows us to use the same code to
check pieces under attack.

* Still need to add pawns
2018-03-31 15:21:47 -04:00
7cbc4f3acd
More idiomatic language 2018-03-15 08:45:46 -04:00
ea635086a0
Add pawn taking moves 2018-03-14 21:47:00 -04:00
17b9108173
Kings are obstructed 2018-03-14 20:36:29 -04:00
7e1665781a
Knights are obstructed 2018-03-14 20:36:20 -04:00
8a5adc44f5
Bishops can be obstructed 2018-03-14 18:24:04 -04:00
edda70b4f2
Consistent language 2018-03-14 18:23:48 -04:00
ab9900d1e3
Make a move generator file 2018-03-14 18:10:22 -04:00
0062af2736
Rooks can be obstructed 2018-03-14 09:40:57 -04:00
bfa49b48b6
Make code clearer 2018-03-13 22:45:13 -04:00
682ce67652
These should be function calls 2018-03-13 22:30:39 -04:00
2c8f2c7bcd
Pawn can be blocked 2018-03-13 22:20:48 -04:00
8c9d52a0a4
King moves 2018-03-12 15:53:33 -04:00
3a421ca213
Knight moves 2018-03-12 15:53:33 -04:00
a7fbffcb5d
Queen moves 2018-03-12 15:53:33 -04:00
47bba0555c
Bishop moves 2018-03-12 15:53:32 -04:00
568c2cf7ff
Add Rook moves 2018-03-12 15:53:32 -04:00
375be4711c
Show available moves for pawn 2018-03-12 11:29:22 -04:00
c64d40f99a
Add basic pawn move generation 2018-03-12 11:29:21 -04:00