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

321 Commits

Author SHA1 Message Date
7029e020f4
Merge pull request #54 from danbee/dependabot/hex/phoenix_live_reload-1.1.5
Bump phoenix_live_reload from 1.1.3 to 1.1.5
2018-06-24 12:07:25 -04:00
8dc10c45ad
Merge pull request #58 from danbee/dependabot/hex/credo-0.9.3
Bump credo from 0.9.2 to 0.9.3
2018-06-24 12:07:12 -04:00
82ad6880d4
Merge pull request #53 from danbee/dependabot/hex/timex_ecto-3.3.0
Bump timex_ecto from 3.2.1 to 3.3.0
2018-06-24 12:06:51 -04:00
9e36945f8d
Castling moves! ♔→←♖ 2018-06-08 10:57:31 -04:00
dependabot[bot]
aba9ed2a13
Bump credo from 0.9.2 to 0.9.3
Bumps [credo](https://github.com/rrrene/credo) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rrrene/credo/compare/v0.9.2...v0.9.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-06-05 05:34:03 +00:00
e700efc288
Consolidate opponent and player functions 2018-05-25 15:49:53 -04:00
430a34e906
💄 2018-05-25 15:49:28 -04:00
193580d7b6
Move these outside the describe 2018-05-25 15:49:09 -04:00
381ad98d2b
These should never be null 2018-05-25 15:48:29 -04:00
a66bc2655b
Abstract out channel queries 2018-05-25 15:17:26 -04:00
dddebf06ad
Some refactoring 2018-05-13 19:32:05 -04:00
c2c6b81cb8
Hound 2018-05-13 18:15:01 -04:00
c0dc3f44eb
Improve layout 2018-05-13 18:00:37 -04:00
fff2c342ff
Boards need a king on both sides 2018-05-12 13:20:47 -04:00
659f748ada
Use grids for the game layout 2018-05-12 11:41:01 -04:00
6243259d27
Clean up moves display 2018-05-12 11:41:01 -04:00
950e7a86f1
Indicate captures 2018-05-12 11:41:00 -04:00
151a993b53
Display moves in standard chess notation 2018-05-12 11:41:00 -04:00
5a04ef47bf
Render moves on the page 2018-05-12 11:41:00 -04:00
5cef37c529
Refactor available moves JS 2018-05-12 11:41:00 -04:00
5aedd339e0
Namespace all the tests 2018-05-12 11:40:59 -04:00
32536118c4
Send moves list back to client 2018-05-12 11:40:59 -04:00
87c453c564
Translate moves into display format 2018-05-12 11:40:59 -04:00
49bba88f07
Consistency 2018-05-12 11:40:59 -04:00
5fce02feb5
Possible random failure fix
Did swapping these two lines fix it? I need to keep and eye on this and
investigate if it fails again.
2018-05-12 11:40:59 -04:00
743f6d3095
Store move when it's made 2018-05-12 11:40:59 -04:00
fc5b500d27
Update moves migration 2018-05-12 11:40:58 -04:00
caa68d41f8
Make changeset function responsible for the move 2018-05-12 11:40:58 -04:00
e831297fb8
Add turn change test 2018-05-12 11:40:58 -04:00
dcdd17539b
Game has many moves 2018-05-12 11:40:58 -04:00
5dff6a4156
Tiny refactor 2018-05-12 11:40:58 -04:00
3c4d5867a3
Add move and move test 2018-05-12 11:40:57 -04:00
6513cdbee0
Fix bug with state check 2018-05-12 11:39:55 -04:00
dependabot[bot]
b73187cfe0
Bump phoenix_live_reload from 1.1.3 to 1.1.5
Bumps [phoenix_live_reload](https://github.com/phoenixframework/phoenix_live_reload) from 1.1.3 to 1.1.5.
- [Release notes](https://github.com/phoenixframework/phoenix_live_reload/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_live_reload/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_live_reload/compare/v1.1.3...v1.1.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-05-10 05:22:17 +00:00
dependabot[bot]
72fd8f0df8
Bump timex_ecto from 3.2.1 to 3.3.0
Bumps [timex_ecto](https://github.com/bitwalker/timex_ecto) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/bitwalker/timex_ecto/releases)
- [Changelog](https://github.com/bitwalker/timex_ecto/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bitwalker/timex_ecto/compare/3.2.1...3.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-05-09 05:36:15 +00:00
812607ae36
Avoid a warning 2018-05-04 17:53:20 +02:00
55fa8a0701
Tiny transform refactor 2018-05-04 17:53:20 +02:00
69a9206046
Fix turn based problem 2018-04-27 18:29:48 +01:00
f94a41d995
Merge pull request #51 from danbee/dependabot/hex/credo-0.9.2
Bump credo from 0.9.0 to 0.9.2
2018-04-27 11:21:08 -04:00
47b08c99db
Merge pull request #50 from danbee/dependabot/hex/phoenix_html-2.11.2
Bump phoenix_html from 2.11.1 to 2.11.2
2018-04-27 11:20:54 -04:00
9ba5708105
Merge pull request #48 from danbee/dependabot/hex/wallaby-0.20.0
Bump wallaby from 0.19.2 to 0.20.0
2018-04-27 11:20:36 -04:00
dependabot[bot]
5dd9c9e54c
Bump credo from 0.9.0 to 0.9.2
Bumps [credo](https://github.com/rrrene/credo) from 0.9.0 to 0.9.2.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rrrene/credo/compare/v0.9.0...v0.9.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-04-20 05:40:52 +00:00
dependabot[bot]
63ddbe1bd5
Bump phoenix_html from 2.11.1 to 2.11.2
Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 2.11.1 to 2.11.2.
- [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.1...v2.11.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-04-16 05:34:01 +00:00
30d0750ffc
Make Chess a link 2018-04-13 16:50:37 -04:00
677883e72d
Add gettext to JS 2018-04-13 15:43:54 -04:00
6ebc0a63cd
Refactor components that don't have internal state 2018-04-13 13:20:27 -04:00
f19b30dfaf
Gettextify! 2018-04-13 11:25:28 -04:00
f03692c9b9
These should be using GameState 2018-04-13 10:56:15 -04:00
0649f0f937
Extra space 2018-04-13 10:56:15 -04:00
80d8c26552
Move game_over? to GameState 2018-04-13 10:56:15 -04:00