Vinny

Results 41 comments of Vinny

@justrag Then you are just delegating the responsibility to know what are the possible moves (the input of this function) to the UI. Which is not great as it is...

@tolmar I agree that adding weights would be less ergonomic to other users, which is not what we want. However, I think we can use flags like you said and...

Ok, now that we have a way to know if the game is over and who won, we need to tackle the move enumeration. After this we should be able...

Ok folks, I wrote a proposal for how the AI framework API should be: https://docs.google.com/document/d/1RXr12MMOiB6GDw09_h4pfcItZ8t7ocRPxQ0_-etQIY8/edit# I included everything in a google doc so it is easier for people to comment...

Related: nicolodavis/boardgame.io#592

Chess and more complex games achieve this by having a score function to account for more desirable boards vs less desirable boards. The objective is always to win the game

You can use an enhancer. See these examples: https://github.com/nicolodavis/boardgame.io/blob/master/docs/debugging.md https://github.com/freeboardgame/FreeBoardGame.org/blob/master/src/games/seabattle/sound.ts

I have a working nginx for turnato.com. I will send it soon here

I recommend setting up a SSL protocol on your nginx. I recommend LetsEncrypt. Besides that, your nginx configuration file seems right. Also, [I do not overwrite the server URL in...

What is the domain you are running the nginx ? Because if you try to connect to another domain (157.230.24.193) you are probably going to get a cross domain security...