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

71 Commits

Author SHA1 Message Date
c0dc3f44eb
Improve layout 2018-05-13 18:00:37 -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
6513cdbee0
Fix bug with state check 2018-05-12 11:39:55 -04: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
d131324eaa
Better styling for check indication 2018-04-13 10:56:15 -04:00
eeb5668e26
Make game state indicator slightly transparent 2018-04-13 10:56:15 -04:00
e63b7b9069
Add won/lost to the games list 2018-04-13 10:56:15 -04:00
5bc43465ff
Style game state indicator 2018-04-13 10:52:49 -04:00
d86d94dc70
Separate out game state into its own component 2018-04-13 10:52:48 -04:00
5556de00b0
Show game state on the board 2018-04-13 10:52:48 -04:00
6a72e5f404
Remove unneeded include 2018-04-08 21:38:51 -04:00
4d7b3e158f
Fix selected/available borders 2018-04-06 16:35:24 -04:00
ba70cb5f30
Show colour and whether it's your turn 2018-04-06 14:21:20 -04:00
35d1f33f76
Use CSS vars and media queries to resize board
This should mostly keep the board entirely within the viewport.
2018-04-06 13:27:22 -04:00
2e319f762a
Add board labels 2018-04-06 11:35:31 -04:00
c65c488bd4
Tweak board styling and remove unneeded styles 2018-04-06 11:35:31 -04:00
0b5e26e5c9
Use CSS grid to layout the board 2018-04-06 11:35:31 -04:00
49540d72bd
Notification if move would result in check 2018-03-31 15:21:48 -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
375be4711c
Show available moves for pawn 2018-03-12 11:29:22 -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
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
841ccac462
Move API and channel to their own services 2018-03-09 13:11:12 -05:00
a05d4ad2e3
Update layout and CSS 2018-03-05 10:19:47 -05:00
dcff5712b8
Respond to feedback 2018-03-02 13:03:31 -05:00
eb04f275e2
Make board size a variable
And make all the internal sizes dependent on that size. This will make
it easier to resize the board later.
2018-03-02 11:45:36 -05:00
846bba69e0
Couple of style fixes 2018-03-01 09:05:07 -05:00
760ffdc35d
Vim sort did not do the job 2018-03-01 08:55:15 -05:00
b24a485f4e
Clean up SCSS 2018-03-01 08:53:35 -05:00
d982d19713
Fix linter errors 2018-02-28 11:02:59 -05:00
4470e1f926
🐕🔫 2018-02-28 10:11:54 -05:00
8ec51f6ea8
Hound fix 2018-02-27 22:49:00 -05:00
73c662d299
Ensure squares can be clicked on in tests 2018-02-27 22:34:51 -05:00
fe3c223a13
Let's only log on connection error 2018-02-27 22:16:03 -05:00
d129094b6d
Missed a td 2018-02-27 22:15:15 -05:00
f699c88444
Render the board with flexbox
For realsies this time!
2018-02-27 20:20:15 -05:00
59f16d7413
Add debugging for channels 2018-02-26 22:59:55 -05:00
538758d97f
Sort CSS properties 2018-02-26 22:59:44 -05:00
c95f1c6032
Add turn indicator 2018-02-26 22:51:23 -05:00
90e330e3a0
Restyle chessboard 2018-02-26 10:14:41 -05:00