bedd6605ef
Redesign whole site in B&W
...
* Forms and board tweaks for small screen sizes
* Re-style game status indicators
* Re-style viewing/offline indicator
* Better eyecons 👁
* Re-organise CSS according to ITCSS principles
* Pick new font from Google Fonts
* Fix up tests
* Move some things into partials
2018-09-16 14:02:52 -04:00
6ebc0a63cd
Refactor components that don't have internal state
2018-04-13 13:20:27 -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
2e319f762a
Add board labels
2018-04-06 11:35:31 -04:00
0b5e26e5c9
Use CSS grid to layout the board
2018-04-06 11:35:31 -04:00
375be4711c
Show available moves for pawn
2018-03-12 11:29:22 -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
dcff5712b8
Respond to feedback
2018-03-02 13:03:31 -05:00
d982d19713
Fix linter errors
2018-02-28 11:02:59 -05:00
4470e1f926
🐕 🔫
2018-02-28 10:11:54 -05:00
fe3c223a13
Let's only log on connection error
2018-02-27 22:16:03 -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
c95f1c6032
Add turn indicator
2018-02-26 22:51:23 -05:00
90e330e3a0
Restyle chessboard
2018-02-26 10:14:41 -05:00
a39943559e
Missed a bunch of semicolons
2018-02-25 18:23:55 -05:00
b0c6ea1ff4
Game updates are now pushed to each client
2018-02-25 16:45:15 -05:00
3b3f3e687a
Create a channel and connect the socket
2018-02-25 15:07:45 -05:00
c0facfa4d5
Players take turns
...
Restricts players to only be able to move their own pieces and only when
it's their turn.
2018-02-24 15:52:22 -05:00
2f1411f075
Render the board correctly for the black player
2018-02-23 17:26:37 -05:00
65caee7e6e
Chess board is now a table
2018-02-23 16:00:44 -05:00
43a4299478
Upgrade to Phoenix 1.3
...
I've also moved everything around to match the new Phoenix 1.3 directory
structure.
2018-01-12 16:47:26 -05:00