Search found 10 matches

by hymnal
04 June 2024, 21:25
Forum: Developers
Topic: Can't express start
Replies: 2
Views: 587

Re: Can't express start

The 'implode' error will be because they've changed the PHP version. As the error says, the first argument to implode() needs to be a separator string and the second argument has to be the array, whereas I believe it was the other way around in the old version, so I think you might have to swap them.
by hymnal
27 September 2023, 20:11
Forum: Developers
Topic: Cannot even get it started. What is happening?
Replies: 12
Views: 4080

Re: Cannot even get it started. What is happening?

He describes two different errors in different projects. The "heartsla" code is giving "Call to undefined method heartandmind::stNewHand()", and his "lakshadweepgame" project is giving a "BGA service error". The solution is to start with an empty project and w...
by hymnal
27 September 2023, 17:28
Forum: Developers
Topic: Cannot even get it started. What is happening?
Replies: 12
Views: 4080

Re: Cannot even get it started. What is happening?

RicardoRix wrote: 27 September 2023, 17:11 in X.game.php you need to add a function called stNewHand()
There is already a function stNewHand(). The problem is that copying all the code from one project into another project doesn't work. The tutorial has to be worked through from scratch, not downloaded.
by hymnal
27 September 2023, 17:20
Forum: Developers
Topic: Cannot even get it started. What is happening?
Replies: 12
Views: 4080

Re: Cannot even get it started. What is happening?

I think the Hearts code on Github is just intended to give you something to compare your code to. It's best to work through the tutorial from a blank project. Your version might not be working because your project is called 'heartandmind' while the code refers to 'heartsla'. For the lakshadweepgame,...
by hymnal
31 August 2023, 16:16
Forum: Developers
Topic: scores and statistics broken on Mutant Crops
Replies: 7
Views: 1181

Re: scores and statistics broken on Mutant Crops

In case anyone is interested, I've solved the problem with results and statistics not showing. We had an empty function stGameEnd() which was presumably overriding the normal behaviour. Removing it resolves the problem.
by hymnal
13 August 2023, 23:27
Forum: Developers
Topic: scores and statistics broken on Mutant Crops
Replies: 7
Views: 1181

Re: scores and statistics broken on Mutant Crops

That's solved problem (2), thank you!

Not a mess at all, it was very helpful to have your framework to build on.
by hymnal
13 August 2023, 20:43
Forum: Developers
Topic: scores and statistics broken on Mutant Crops
Replies: 7
Views: 1181

scores and statistics broken on Mutant Crops

I'm close to completing development of Mutant Crops: https://studio.boardgamearena.com/studiogame?game=mutantcrops There are two issues I can't work out, which are possibly related. 1) After a game, the "Game results" tab just says "Recording game results + computing statistics in pro...
by hymnal
02 June 2023, 14:21
Forum: Great Western Trail
Topic: Any quick strategy tips for a novice player?
Replies: 7
Views: 3358

Re: Any quick strategy tips for a novice player?

I'm not an expert but until someone wiser comes along, perhaps this will help. A common mistake is to think the game is about getting good hands of cows and delivering them for points. The truth is that most points come from other things. The game is really about improving certain abilities and bene...
by hymnal
22 April 2023, 14:31
Forum: Developers
Topic: Finishing a half baked project: Mutant Crops
Replies: 2
Views: 311

Re: Finishing a half baked project: Mutant Crops

I'd be interested in helping out but I can't see the link in the list of projects. I'd happily take a look at it.
by hymnal
11 April 2023, 16:10
Forum: Developers
Topic: Searching for a maintainer for "City of the Big Shoulders"
Replies: 1
Views: 851

Re: Searching for a maintainer for "City of the Big Shoulders"

I've emailed to inquire about this.

Meanwhile, I've cloned CotBS and added a Stock Round autopass feature.

It's available if anyone wants to test it here:
https://studio.boardgamearena.com/studi ... rsautopass

Go to advanced search