Search found 2106 matches

by RicardoRix
24 March 2024, 12:08
Forum: Developers
Topic: Adding text strings to a piece on a gameboard
Replies: 11
Views: 288

Re: Adding text strings to a piece on a gameboard

There is kinda 2 main different things happening. 1. Actually adding things to the webpage. 2. The things you add actually working as intended. It sounds like you're doing 1) correctly. So it's just an html / css understanding to get the elements you've added to work correctly. There are websites to...
by RicardoRix
24 March 2024, 01:33
Forum: Developers
Topic: Please include an "Undo" move button in your games.
Replies: 8
Views: 264

Re: Please include an "Undo" move button in your games.

When to propose to Undo? As a rule of thumb, on BGA we advise you to not undo moves. Undo are painful for opponents, in real world and online. Some players may also use Undo to "test" situations while they should just think instead. In many cases, proposing an "Undo" means also ...
by RicardoRix
22 March 2024, 14:31
Forum: Developers
Topic: Adding text strings to a piece on a gameboard
Replies: 11
Views: 288

Re: Adding text strings to a piece on a gameboard

https://developer.mozilla.org/en-US/docs/Web/CSS/position yes absolute or relative position should do the trick. The browser F12 developer has an inspect element function and is great for dabbling with css and styling requirements. As well as seeing how your dojo.place functions worked. Don't forget...
by RicardoRix
22 March 2024, 01:11
Forum: Developers
Topic: Adding text strings to a piece on a gameboard
Replies: 11
Views: 288

Re: Adding text strings to a piece on a gameboard

nobody said this.innerText = 123; would work. You've come up with that somewhere... $("myImage").innerText="123"; By doing the above, the ${} notation allows direct access to that DOM element with the id specified. Alternatively, with the dojo.place/format_block you can also dire...
by RicardoRix
20 March 2024, 14:16
Forum: Developers
Topic: Please include an "Undo" move button in your games.
Replies: 8
Views: 264

Re: Please include an "Undo" move button in your games.

Starwarrior1128 wrote: 20 March 2024, 04:43 Please for the love of all things good, include an "Undo" move button in your games.
If you are looking to contribute. Then head over to the BGA Studio site.

https://en.doc.boardgamearena.com

Game on.
by RicardoRix
19 March 2024, 10:40
Forum: Developers
Topic: Adding text strings to a piece on a gameboard
Replies: 11
Views: 288

Re: Adding text strings to a piece on a gameboard

Is it a simple answer like use positioning (top and left)? are these pieces already just on a large board image? https://developer.mozilla.org/en-US/docs/Web/CSS/position Otherwise... Have you gone through the tutorials, and perhaps looked at some example code? BGA's standard approach is to use dojo...
by RicardoRix
18 March 2024, 17:12
Forum: Suggestions
Topic: Add a "Flag for Future Play"
Replies: 6
Views: 163

Re: Add a "Flag for Future Play"

It is possible to do this.
A little known feature, or at least I've only just discovered it, and also you've just helped jog my memory.

In the GAMES page, go to a game, use the + button (bottom right) and add it to a list, you can create a new list and call it whatever you want.
by RicardoRix
17 March 2024, 14:07
Forum: Backgammon
Topic: not the friendliest game?
Replies: 24
Views: 3226

Re: not the friendliest game?

I'd wager that if it only happened to him "a couple of times," he wouldn't have bothered making his way to this forum, finding this discussion thread, and interacted with others who don't "see it". This, and my experience of far more than "a couple" of these, persuades...
by RicardoRix
16 March 2024, 01:35
Forum: Discussions
Topic: Elo manipulation by turn based games
Replies: 28
Views: 834

Re: Elo manipulation by turn based games

Well there is a limit, you can't postpone things indefinitely. If you gonna win 50% of the time, then you'd need 40 consecutive games to try and manipulate 20 wins. Sheesh. I'm guessing you are also suggesting that reporting these players does not help. You could supply a link to the games list. If ...
by RicardoRix
15 March 2024, 16:35
Forum: Discussions
Topic: Elo manipulation by turn based games
Replies: 28
Views: 834

Re: Elo manipulation by turn based games

N_Faker wrote: 15 March 2024, 14:57
RobertBr wrote: 15 March 2024, 12:42 But the effect is quite minor - it might let you edge over to one of the medals (300 and 500 Elo) but it won't long term have any effect on your play.
No, this has been used extensively by a few players to claim 1st ranking in multiple games.
Can you provide us with some evidence?

Go to advanced search