Search found 8 matches

by Hutilointia
01 May 2026, 14:27
Forum: Forest Shuffle : Dartmoor
Topic: Hoofed animals
Replies: 4
Views: 172

Re: Hoofed animals

The deer can provide surprisingly many points, so they can be good end game plays. The sheep are just terrible, never play them.
by Hutilointia
15 September 2025, 05:22
Forum: Forest Shuffle : Dartmoor
Topic: 1st game (after played FS), weird strategy?
Replies: 8
Views: 659

Re: 1st game (after played FS), weird strategy?

That's not weird, that's good solid strategy. Moors are one of the two best strategy lines in this game (pawed animals are the other). The comparison to mushrooms is understandable, but the moors are so much more than mushrooms.
by Hutilointia
17 May 2022, 09:02
Forum: Developers
Topic: Solved: t.indexOf is not a function error
Replies: 3
Views: 1030

Re: t.indexOf is not a function error

I figured it out: I had a notifyAllPlayers() function call without a name for the notification.
by Hutilointia
17 May 2022, 08:27
Forum: Developers
Topic: Solved: t.indexOf is not a function error
Replies: 3
Views: 1030

Re: t.indexOf is not a function error

Sorry, for some reason, the email notifications are not working on the forum. You can find all the game code on GitHub: https://github.com/msaari/bga-slovenian-tarokk.

The problematic transition is from state 52 to 60.
by Hutilointia
17 May 2022, 08:14
Forum: Developers
Topic: How to post game-only information from PHP to JS?
Replies: 5
Views: 1234

Re: How to post game-only information from PHP to JS?

There's information that no player should see – yet. But it needs to be passed to the JS, so that it can be displayed when necessary (it's contents of a small deck of cards, which becomes public at one point). Anyway, as I said, the solution was simple: I just added a new state so that the data can ...
by Hutilointia
29 April 2022, 08:55
Forum: Developers
Topic: Solved: t.indexOf is not a function error
Replies: 3
Views: 1030

Solved: t.indexOf is not a function error

Hi, Any idea why a state change might cause this error? Javascript error: t.indexOf is not a function TypeError: t.indexOf is not a function at Function.o.parse (https://studio.boardgamearena.com:8084/data/themereleases/220420-1001/js/dojoroot/dojo/dojo.js:1:37609) at r.on (https://studio.boardgamea...
by Hutilointia
29 April 2022, 08:35
Forum: Developers
Topic: How to post game-only information from PHP to JS?
Replies: 5
Views: 1234

Re: How to post game-only information from PHP to JS?

Ah, as usual, asking the question helped to solve the problem. The solution was to add an extra state where the information is passed to JS just as it becomes public for players to see.
by Hutilointia
29 April 2022, 08:28
Forum: Developers
Topic: How to post game-only information from PHP to JS?
Replies: 5
Views: 1234

How to post game-only information from PHP to JS?

The documentation for notifyAllPlayers says not to use it for private information, as cheaters can see the data passed. How to pass private information to the game, then? I need to inform the JS about a game state change; it's information no player should have. It goes easily in the game data update...

Go to advanced search