Hearts on test bed is broken

Game development with Board Game Arena Studio
Post Reply
Cowseye
Posts: 26
Joined: 11 August 2013, 17:33

Hearts on test bed is broken

Post by Cowseye »

Hi guys,

I am trying to learn how to use the Deck tools.
The only reference I have is through Hearts but it seems that the copy currently available in studio is faulty.

http://en.studio.boardgamearena.com/#!g ... ame=hearts

After clicking Express Start, this is the error I get:

Parse error: syntax error, unexpected ';', expecting ')' in /var/tournoi/release/games/hearts/999999-9999/gameoptions.inc.php on line 37

Could someone please look into this?
User avatar
DrKarotte
Posts: 279
Joined: 22 September 2015, 23:42

Re: Hearts on test bed is broken

Post by DrKarotte »

The folders with the demo games are empty. Strange...

But concerning deck:
This documentation: http://en.studio.boardgamearena.com/#!doc/Deck is quite fine. I managed to get deck running in a blank game with that.
User avatar
Victoria_La
Posts: 665
Joined: 28 December 2015, 20:55

Re: Hearts on test bed is broken

Post by Victoria_La »

Hearts template has been broken for a while, there is a missing ')' somewhere
This is fixed version

Code: Select all

$game_options = array(

		100 => array(
				'name' => totranslate('Game length'),
				'values' => array(
						1 => array( 'name' => totranslate( 'Quick game (75 points)' ) ),
						2 => array( 'name' => totranslate( 'Standard game (100 points)') ),
				),
				'default' => 1
		) 

);
Btw My tutorials dissapeared as well from remote folder. If you have them - save them somewhere else before they gone.
Post Reply

Return to “Developers”