Search found 9 matches

by SteveD123
23 May 2022, 15:43
Forum: "Beta" games
Topic: Robots Ate Our Pizza is now in Beta!
Replies: 0
Views: 273

Robots Ate Our Pizza is now in Beta!

Robots Ate Our Pizza is now in Beta. It is a cooperative pick-and-pass (card drafting) game. Think Sushi-Go-style-mechanics except cooperative. It takes about 10-15 minutes to play. 2-6 players. Please try the game here: https://boardgamearena.com/gamepanel?game=robotsateourpizza Walk-thru video is ...
by SteveD123
23 April 2022, 17:37
Forum: Developers
Topic: The server reported an error
Replies: 3
Views: 625

Re: The server reported an error

I was able to break out of the Catch-22 by manually going to the URL https://studio.boardgamearena.com/admin/studio/reloadGameInfos.html?game= <my_project_name> after having uploaded the template gamesinfos.inc.php . That was the equivalent of pushing the "Reload game informations" button ...
by SteveD123
22 April 2022, 22:01
Forum: Developers
Topic: The server reported an error
Replies: 3
Views: 625

Re: The server reported an error

If it helps, the only thing I changed before the error was the contents of the 'presentation' array.
by SteveD123
22 April 2022, 21:03
Forum: Developers
Topic: The server reported an error
Replies: 3
Views: 625

The server reported an error

I made a change to gameinfos.inc.php. I got the error "The server reported an error" when I try to go to my game's management page. Troubleshooting page says this is due to a syntax error in gameinfos.inc.php. I reverted back to the previous working gamesinfos.inc.php. I even reverted back...
by SteveD123
11 April 2022, 03:02
Forum: "Alpha" games
Topic: Robots Ate Our Pizza is now in alpha!
Replies: 1
Views: 333

Re: Robots Ate Our Pizza is now in alpha!

Thank you to everyone who has played. It has definitely been helpful to have a second set of eyes (and even third, fourth, and 50th set of eyes) look at the game. I've fixed all the bugs and implemented the various recommendations. If you have not played in awhile, please give the latest release a t...
by SteveD123
10 April 2022, 18:39
Forum: Developers
Topic: Put tableWindow at top of screen?
Replies: 2
Views: 432

Re: Put tableWindow at top of screen?

I had previously tried:

Code: Select all

var dialog = document.getElementById('roundEndSummary');
dialog.style.top = '10px';
and got the same unhelpful error message. But it turns out the solution was to do the following

Code: Select all

var dialog = document.getElementById('popin_tableWindow');
dialog.style.top = '10px';
by SteveD123
10 April 2022, 14:23
Forum: Developers
Topic: Put tableWindow at top of screen?
Replies: 2
Views: 432

Put tableWindow at top of screen?

I'm using displayTableWindow in JS to display a round end summary: this.tableDlg = this.displayTableWindow( 'roundEndSummary', title, table, header, footer); Is there a way to position this dialog window at the top of the screen instead of the middle? I tried adding: this.tableDlg.style.top = '10px'...
by SteveD123
07 April 2022, 19:47
Forum: Developers
Topic: Turn based games + scoring tables
Replies: 5
Views: 1810

Re: Turn based games + scoring tables

Is there example code of how this was done in Sushi Go? (or any other game)
by SteveD123
26 March 2022, 19:42
Forum: "Alpha" games
Topic: Robots Ate Our Pizza is now in alpha!
Replies: 1
Views: 333

Robots Ate Our Pizza is now in alpha!

Robots Ate Our Pizza is in Alpha. It is a cooperative pick-and-pass (card drafting) game. Think Sushi-Go-style-mechanics except cooperative. It takes about 15 minutes to play. 2-6 players. The game group is here: https://boardgamearena.com/group?id=11734381 (Reply below if you would like to be added...

Go to advanced search