go-board
go-board copied to clipboard
Go Board WebComponent
While expaining the board to a friend, I recognized that it 'd be good to have a possibility to mark empty positions too.
I'm not sure whether I need it. So see this as loud thinking only. My current test use case for the board is visualisation for something I try out in...
The current board is tab-able but should work with the arrow keys.
I am not completely sure, but I think I don't like it. My expectation as a use was: place with mouse left click. If other mouse buttons shall work, they...
It might be cool to change board size. I have no idea how difficult that is. Or if it is possible, how difficult it is to make it flexible. Like...
`go-logic` acts as a switch statement. ```HTML ```
Sometimes if you are embedding a game or a scenario in a page you only want to focus on a particular corner. A wrapper component that allows you to shift...
should be able to calculate how many points a given player has on the board. prisoners will be be able to be passed in as atrributes
all hardcoded colors should be made to be css custom properties so that the board and stones can be easily themed
Should be able to see a list of moves in order.