Search found 2 matches

by diffy
21 December 2025, 20:32
Forum: Developers
Topic: Reversi tutorial - error on the test the token step
Replies: 3
Views: 61

Re: Reversi tutorial - error on the test the token step

After looking into the this object I saw that there's a player_id under gameui, and using this.gameui.player_id seemed to fix the error. Can anyone confirm that this is the correct key to use or if another player_id that is stored somewhere else?
by diffy
21 December 2025, 20:18
Forum: Developers
Topic: Reversi tutorial - error on the test the token step
Replies: 3
Views: 61

Reversi tutorial - error on the test the token step

Hi, I'm running the Reversi tutorial to wet my feet on the BGA Studio and got stuck on this issue. On the Test the Token step it says to insert this line of code in the setup function on modules/js/Game.js this.addDiscOnBoard(2, 2, this.player_id, false); The issue is that this.player_id returns und...

Go to advanced search