Vinny
Vinny
There are many alternatives, most cloud providers have free tiers that should be enough to run a bgio server. Shameless plug, a FOSS alternative is https://github.com/freeboardgames/FreeBoardGames.org, but that operates in...
The MCTS bot is a very simple implementation and does not account for hidden state or probability at all: https://github.com/boardgameio/boardgame.io/blob/aa99a9cce28012cb747fa6db8b3f8ad73c28be0a/src/ai/mcts-bot.ts#L128 ... Arguably, even Bot itself is limited in that way...
" G/ctx updates should exclusively be the result of updates from master." Does that mean that the client will stop optimistically updating the state on multiplayer games ? I'm just...
I received feedback that people really want this and are already using the alpha. I vote for finishing reviewing/merging all other outstanding PRs and doing a minor release. After that,...
Oh ok, I don't mind either way, as long as we do a release before this PR goes in, because it might take a while to redactor all games to...
Uh oh, I think I borked the merge, will revert and fix it.
Seems like https://github.com/boardgameio/boardgame.io/commit/aa99a9cce28012cb747fa6db8b3f8ad73c28be0a conflicted with this PR. I was able to fix one test, but there is one that still fails. I will keep trying to fix it
Hi! I am trying to allow user customization for https://github.com/freeboardgames/FreeBoardGames.org ... I don't like the proposed solution of wrapping the game in local mode, because our games can work in...
I can implement this for us :)
Oh! I didn't get that it was that easy. So I can do that instead, thanks :)