Search found 8 matches

by CagedEye
24 March 2026, 03:54
Forum: Developers
Topic: [Solved]How to select cards?
Replies: 4
Views: 70

Re: How to select cards?

Yes. You have to select the cards one by one. However, you first need to call setSelectionMode. Something like:
this.playerHand.setSelectionMode('multiple');
by CagedEye
23 December 2025, 06:28
Forum: "Alpha" games
Topic: Flockers
Replies: 0
Views: 30

Flockers

Flockers is available for alpha testing at boardgamearena.com/reviewer?game=flockers
It's a card game where you fly your flock of geese south for the winter. A cute aspect is you play your cards in a 'v' formation.
by CagedEye
23 December 2025, 05:29
Forum: Developers
Topic: BgaAnimations
Replies: 3
Views: 79

Re: BgaAnimations

The F12 trick is mentioned on the BgaAnimations page but somehow I missed that part of the page as well and was wishing there were more examples.
by CagedEye
18 December 2025, 00:14
Forum: Developers
Topic: Editing game page
Replies: 1
Views: 57

Re: Editing game page

It appears these issues are nothing to worry about until the game is in alpha testing. The development game page is not the same as the one that is used when the game is finally published.
by CagedEye
05 December 2025, 16:51
Forum: Developers
Topic: bug for the bga-cards library
Replies: 2
Views: 75

Re: bug for the bga-cards library

by CagedEye
03 December 2025, 12:36
Forum: Developers
Topic: Editing game page
Replies: 1
Views: 57

Editing game page

There is a label "My Great Game on the web". How do I change this so the actual game name is used?

I copied a project and want to add links. The links were already used in the original project so now I get the error "This link has already been submitted"
by CagedEye
27 October 2025, 07:06
Forum: Developers
Topic: bga-cards docs
Replies: 1
Views: 51

bga-cards docs

Could someone please restore the bga-cards documentation? When clicking on the "Doc" link I get a page not found error:
This x.boardgamearena.net page can’t be found
by CagedEye
07 June 2025, 05:20
Forum: Developers
Topic: $query_values Error in Hearts Tutorial
Replies: 1
Views: 40

Re: $query_values Error in Hearts Tutorial

I believe query_values is something that comes the template project. Maybe you deleted some necessary code. The error is saying somewhere $query_values is used but it was not defined on a previous line as in $query_values = something or other. In my tutorial code, the variable is used near the begin...

Go to advanced search