1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/test
Dan Barber 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
..
chess Determine whether a piece is being attacked 2018-03-31 15:21:47 -04:00
chess_web/controllers Remove unnecessary API controller 2018-03-12 11:17:26 -04:00
features Split out move feature tests and add opponent test 2018-03-09 15:29:33 -05:00
helpers Add moduledocs 2018-03-09 15:29:34 -05:00
support Move user into the store module 2018-03-04 11:15:33 -05:00
views Fix up tests after 1.3 upgrade 2018-01-15 16:06:00 -05:00
test_helper.exs Games are now associated to a user 2018-02-18 11:51:36 -05:00