Search found 38 matches

by Miwarre
15 October 2022, 17:25
Forum: Dots and Boxes
Topic: tableau trop petit
Replies: 2
Views: 1188

Re: tableau trop petit

Hello, the DotsAndBoxes (henceforth DnB) developer here. Sorry for not replying in French, mais ma orthographe française ne vaux pas l'effort de la lire! Limiting ourselves to sizes with an odd number of boxes (to rule out any possibility of draw), the first size larger than 7x5 is 7x7 and this is a...
by Miwarre
09 October 2022, 09:42
Forum: Developers
Topic: New "Push-to-Alpha/Beta" procedure and little known games
Replies: 5
Views: 568

Re: New "Push-to-Alpha/Beta" procedure and little known games

Thanks to everybody for their replies. So, ultimately, a human being will read the stuff before algorithms kick in! Good to know.
by Miwarre
08 October 2022, 19:15
Forum: Developers
Topic: New "Push-to-Alpha/Beta" procedure and little known games
Replies: 5
Views: 568

New "Push-to-Alpha/Beta" procedure and little known games

I have a game — Konane — currently in Alpha since a rather long time. Being an abstract game, and a not particularly famous one, collecting approvals is rather slow and in about 3 months we got only 6. OTOH, since at least 2 months, all bugs have been fixed, all suggestions processed (i,e, either im...
by Miwarre
15 July 2022, 16:54
Forum: "Alpha" games
Topic: Konane is in Alpha! (abstract Hawai'ian capturing game)
Replies: 1
Views: 332

Konane is in Alpha! (abstract Hawai'ian capturing game)

The traditional Hawaiian abstract game is in Alpha!

From an initial totally filled board, the player who captures all opponent's stones by jumping above them wins.

Game page
Play page
Group page
Review page

Reviews, bug reports and suggestions are welcome!
by Miwarre
15 June 2022, 20:50
Forum: Developers
Topic: No player active in `activePlayer` state
Replies: 2
Views: 552

Re: No player active in `activePlayer` state

@ cheval_raye : THANKS A LOT! it was precisely that!

In fact, I had it under the eyes so long that I stopped to notice. Thanks again.
by Miwarre
15 June 2022, 17:38
Forum: Developers
Topic: No player active in `activePlayer` state
Replies: 2
Views: 552

No player active in `activePlayer` state

I am probably overlooking something so trivial that I cannot find any indication of it... I am working at a game which, when an option is active, has a specific setup state right after the first move. So, the first move is done in the rather usual playerTurn state, then when that option is active, s...
by Miwarre
08 June 2022, 00:11
Forum: Developers
Topic: Alpha & Beta testing of game updates
Replies: 5
Views: 958

Re: Alpha & Beta testing of game updates

Thanks for the quick replay! I have noticed the values parameter array of an option may have the beta value. So, if I set an option like, for instance, this: 100 => array ( 'name' => totranslate('Board size'), 'values' => array ( 505 => array( 'name' => totranslate('5 × 5'), 'size' => 505, 'tmdispla...
by Miwarre
07 June 2022, 08:45
Forum: Developers
Topic: Alpha & Beta testing of game updates
Replies: 5
Views: 958

Alpha & Beta testing of game updates

Background: I am currently implementing my first game and I am facing a choice rather common in development: given a certain feature requiring a fair amount of testing and tuning, whether to include it since the beginning (delaying the release) or adding in a next update (with another, separate, rou...
by Miwarre
30 May 2022, 08:45
Forum: Developers
Topic: getCollectionFromDb($query, true) ?
Replies: 6
Views: 854

Re: getCollectionFromDb($query, true) ?

Many thanks to @Victoria for the valuable information provided.

It would then be quite useful if the doc page about <mygame>.game.php would detail these requirements, but it does not even mention the getAllDatas() function... :roll:
by Miwarre
29 May 2022, 20:15
Forum: Developers
Topic: getCollectionFromDb($query, true) ?
Replies: 6
Views: 854

Re: getCollectionFromDb($query, true) ?

so if you're accessing values by key in that this would explain the behaviour you're seeing. Definitely yes, if the warnings were raised by some other point(s) of my own code, but they refer to /var/tournoi/release/tournoi-220513-1000-gs/www/game/module/table/table.game.php which does not belong to...

Go to advanced search