nickytonline/connect-four

Style the board component

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
There is no specific design aside from, the board should be a blue like in the original game and also have white or transparent circles in each section of the grid that matches the size of a coin component. Also, the numbers for the position in the game state matrix are not necessary. These were for debugging purposes when we initially built this on the Twitch stream.

Connect Four board game with it's box beside it

Describe the solution you'd like
The board should look nice and the coins should fit into the board itself nicely.

Describe alternatives you've considered
Using ascii art could work as well, but I think we should go with fine CSS stuff.

Additional context
It just doesn't fit at all when looking at the branch where we have a board (board-and-pieces-wip-jb / PR #18)
image