Search found 2 matches

by PanzerLeader
22 December 2025, 03:27
Forum: Developers
Topic: Reversi tutorial - error on the test the token step
Replies: 3
Views: 59

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

I recently finished the Reversi tutorial so I no longer have that sample statement "this.addDiscOnBoard(2, 2, this.player_id, false)" in my code, but you should be able to replace "this.player_id" with a 0 or 1 to pass in a hardcoded value (for testing). Also, if you haven't done...
by PanzerLeader
03 December 2025, 21:09
Forum: Developers
Topic: How do I add the board in reversi tutorial?
Replies: 5
Views: 85

Re: How do I add the board in reversi tutorial?

in chrome pressing F12 will bring up the devtools. one of the tabs is named network. In that you can see all data loded, filterable by type For additional info, there is documentation at https://developer.chrome.com/docs/devtools/network . The Log Network Tab section on that page provides useful de...

Go to advanced search