Danny Blue
Danny Blue
hmm we could do that. I haven't touched a lot of this in a while so we should probably spec out everything that needs to change
go for it! shouldn;t be to bad
Really obvious now that you mention it. Should be able to take go-stone-marker and just assign "slot" to a board space. I'll check if I need to do anything else...
this is fixed in main branch and will be released soon. go-stone-marker has been replaced with go-marker which will let you add markers to any location on the board including...
So there are a few options. My original version of this was actually two components. The board component and a separate "game" component. It also should be pretty trivial to...
added a novalidate attribute. It is in main and will go out with the next release
You can already change the board size! I don't think I have it documented so I will add it to the readme. I am also working on an option for...
https://github.com/deebloo/go-board/blob/main/src/lib/board.ts#L194
yeah that is why I didn't close this issue yet. need to figure out how to add them programmatically. At the moment it always puts them in the same pattern...
@zenon what would you think if I gave a predefined set of board sizes instead of the current any size? then I could define how starpoints are defined