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

235 Commits

Author SHA1 Message Date
dependabot[bot]
cc5e2f4e88
Bump phoenix_html from 2.11.0 to 2.11.1
Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/phoenixframework/phoenix_html/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_html/compare/v2.11.0...v2.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-03-21 05:31:38 +00: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
5745b916c4
Better language 2018-03-14 20:35:28 -04:00
415ad8e8ee
Queens are obstructed
We got this for free because the queens moves combine both the rook and
bishop.
2018-03-14 18:24:16 -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
4513bf324c
Re-order diagonal moves 2018-03-12 15:53:33 -04:00
8c9d52a0a4
King moves 2018-03-12 15:53:33 -04:00
3a421ca213
Knight moves 2018-03-12 15:53:33 -04:00
961920740e
Use Moves.available instead of calling the module directly 2018-03-12 15:53:33 -04:00
a7fbffcb5d
Queen moves 2018-03-12 15:53:33 -04:00
af8027e6d8
💄 2018-03-12 15:53:33 -04:00
47bba0555c
Bishop moves 2018-03-12 15:53:32 -04:00
8efecebc4a
Stop all other pieces causing an error 2018-03-12 15:53:32 -04:00
568c2cf7ff
Add Rook moves 2018-03-12 15:53:32 -04:00
e608d9556d
Merge pull request #33 from danbee/dependabot/hex/phoenix_html-2.11.0
Bump phoenix_html from 2.10.5 to 2.11.0
2018-03-12 15:53:17 -04:00
deaa41b3b1
This shouldn't have been removed 2018-03-12 13:44:21 -04:00
ac90fe71eb
Move all this shit around 2018-03-12 11:37:21 -04:00
4ffc61f075
Fix a couple of warnings 2018-03-12 11:29:22 -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
e23980537b
Hound cleanups 2018-03-12 11:28:21 -04:00
1c6ff47d8b
Refactor channel service 2018-03-12 11:17:26 -04:00
fe0c58917f
Remove unnecessary API controller 2018-03-12 11:17:26 -04:00
0d68eeabfb
Move everything to websockets 2018-03-12 11:17:26 -04:00
f83e145379
Move all API/socket stuff to the App component 2018-03-12 11:17:26 -04:00
dependabot[bot]
499b169374
Bump phoenix_html from 2.10.5 to 2.11.0
Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 2.10.5 to 2.11.0.
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_html/compare/v2.10.5...v2.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-03-12 15:17:17 +00:00
817514782e
Merge pull request #32 from danbee/dependabot/hex/comeonin-4.1.1
Bump comeonin from 4.1.0 to 4.1.1
2018-03-12 11:15:33 -04:00
ede4d92e73
Merge pull request #28 from danbee/dependabot/hex/phoenix-1.3.2
Bump phoenix from 1.3.0 to 1.3.2
2018-03-12 11:15:24 -04:00
dependabot[bot]
1ad13fdb7e
Bump comeonin from 4.1.0 to 4.1.1
Bumps [comeonin](https://github.com/riverrun/comeonin) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/riverrun/comeonin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/riverrun/comeonin/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-03-12 05:45:17 +00:00
5cd3c74021
Add moduledocs 2018-03-09 15:29:34 -05:00
67f0d8f45e
Split out move feature tests and add opponent test 2018-03-09 15:29:33 -05:00
4df7dc0dae
Better number format 2018-03-09 14:51:47 -05:00
d288db3370
Add auth token for websocket 2018-03-09 14:45:52 -05:00
841ccac462
Move API and channel to their own services 2018-03-09 13:11:12 -05:00
dependabot[bot]
45191d1b52
Bump phoenix from 1.3.0 to 1.3.2
Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.3.0 to 1.3.2.
- [Changelog](https://github.com/phoenixframework/phoenix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-03-09 05:20:08 +00:00
a271287361
Some text accidentally got added 2018-03-05 13:09:23 -05:00
ccc938fc08
Refactor game controller update 2018-03-05 10:21:48 -05:00
a05d4ad2e3
Update layout and CSS 2018-03-05 10:19:47 -05:00
a50b12b0ea
Move opponents function to User module 2018-03-04 11:38:53 -05:00
b09cb26b85
Move user into the store module 2018-03-04 11:15:33 -05:00
7529aa9d24
Simplify user factory 2018-03-03 20:43:58 -05:00