Search found 14 matches

by zetaLeonis
13 September 2025, 22:13
Forum: CODEX Naturalis
Topic: Incorrect card
Replies: 3
Views: 9198

Re: Incorrect card

I just noticed the same and filled a bug report.

https://boardgamearena.com/bug?id=184177

Random reader: If you want add some likes in there so it gets prioritized.

Bye, hope it helps
by zetaLeonis
14 November 2024, 14:48
Forum: Developers
Topic: Reversi Tutorial Cannot switch to active player
Replies: 7
Views: 231

Re: Reversi Tutorial Cannot switch to active player

As RicardoRix said, you will need that function. There's a silver lining here, you now get to learn how to debug :mrgreen: assuming you're using chrome, here's a detailed explanation: 1.- Place a `debugger;` statement at the first line of the function you know it's causing the issue, this will act a...
by zetaLeonis
13 November 2024, 23:12
Forum: Developers
Topic: Reversi Tutorial Cannot switch to active player
Replies: 7
Views: 231

Re: Reversi Tutorial Cannot switch to active player

Sorry, I just realize you have a versioned project. Silly me. Simply go back one commit (`git reset HEAD~1`), remove any pending changes (`git clean -df`), upload the files and see if it works. IF it works, you definitely did something wrong in the last commit. In that case, going forward try to app...
by zetaLeonis
13 November 2024, 23:03
Forum: Developers
Topic: Reversi Tutorial Cannot switch to active player
Replies: 7
Views: 231

Re: Reversi Tutorial Cannot switch to active player

Sadly I can't run your code easily without completely rewriting and breaking one of my projects. As RicardoRix said, when you get stuck on the "loading box art" screen, you're probably having a frontend issue. Press F12 in your browser, go to the "console" tab, and refresh the pa...
by zetaLeonis
12 November 2024, 04:28
Forum: Developers
Topic: Validating specific game actions (with Arguments)
Replies: 4
Views: 204

Re: Validating specific game actions (with Arguments)

Thanks the three of you (imralav, Victoria_La and thoun) for the responses. This is what I'm going to do: first code my own possibleMoves function based on my current game logic, then sent that data to the frontend side (and use that to make some stuff selectively interactive). In case of any client...
by zetaLeonis
09 November 2024, 21:41
Forum: Developers
Topic: Validating specific game actions (with Arguments)
Replies: 4
Views: 204

Validating specific game actions (with Arguments)

TL;DR: Is there a framework method to validate specific action arguments like 'playToken(X, Y)'' and check for valid X and or Y values? Long version: Noob question again, bear with me. I was wondering if there's a granular way to check if a move is valid or not. I'm aware that on the frontend side ...
by zetaLeonis
20 October 2024, 23:27
Forum: Developers
Topic: May I ?
Replies: 2
Views: 231

Re: May I ?

Hi I am a french autor and i want to try to create my game. Is ti possible ? I've been here for about 30 days (so I'm fairly new here), and while I believe it's possible, the documentation strongly discourages it. See here https://en.doc.boardgamearena.com/How_to_join_BGA_developer_team%3F under &q...
by zetaLeonis
20 October 2024, 23:09
Forum: Developers
Topic: Can I use React.js?
Replies: 8
Views: 486

Re: Can I use React.js?

I'm a new developer here, and most of the frontend experience I have in the last 6 years has all used React . I can't find anything on the wiki about it; the only thing semi-related I found is an incomplete page about Vue , a similar framework. Is there any reason I can't/shouldn't use React in the...
by zetaLeonis
17 October 2024, 06:51
Forum: Developers
Topic: Removed studio docs
Replies: 2
Views: 93

Re: Removed studio docs

Oh I'm so noob. Thanks!
by zetaLeonis
17 October 2024, 05:00
Forum: Developers
Topic: Removed studio docs
Replies: 2
Views: 93

Removed studio docs

I was trying to read the docs, but some bad actor seem to have removed all info (and left a possible malicious link).

Could someone with permissions revert the docs back?

Thanks

Go to advanced search