Page 1 of 1

putting data in the player list

Posted: 24 March 2021, 04:38
by ChsLed
I am making a card game. I want to show how many cards each player has in their hand in the player list on the right hand side. I have seen people put custom data in this area. Where is there documentation on how to do this?

Re: putting data in the player list

Posted: 24 March 2021, 07:42
by lordalx
From the wiki page related to <game>.js : http://en.doc.boardgamearena.com/Game_i ... amename.js
There is a section related to 'Adding stuff to player's panel' that should answer your need.

Re: putting data in the player list

Posted: 25 March 2021, 03:42
by ChsLed
Thank you.