Search found 7 matches

by Guicide
29 March 2023, 02:13
Forum: Hand and Foot
Topic: Request: Only pick up discards back to a 3
Replies: 0
Views: 606

Request: Only pick up discards back to a 3

Some friends play this way.
Since they play that red and black 3s are only discard-able, discarding one locks the discard pile.
by Guicide
29 March 2023, 02:09
Forum: Hand and Foot
Topic: Request: Don't allow taking discard if meld is already open
Replies: 0
Views: 540

Request: Don't allow taking discard if meld is already open

Friends play this way.
Example: If you've already got meld of 4's, even if you have two in your hand you can't pick up a discarded 4.
by Guicide
29 March 2023, 02:03
Forum: Hand and Foot
Topic: Request: Allow an option to Not be able to dirty a clean meld.
Replies: 0
Views: 519

Request: Allow an option to Not be able to dirty a clean meld.

Some friends play this way.
You can only create dirty melds by opening them dirty.
by Guicide
25 May 2020, 02:47
Forum: Developers
Topic: Seeing startup logs
Replies: 7
Views: 1368

Re: Seeing startup logs

Here's my workaround: in mygame.game.php: function spew($txt) // better not contain single quotes { if ($this->inStudio) self::DbQuery("SELECT '" . $txt . "!' AS SPEW"); } protected function getAllDatas() { self::spew("getAllDatas() was called"); ... Then, after running...
by Guicide
19 May 2020, 21:05
Forum: Developers
Topic: Seeing startup logs
Replies: 7
Views: 1368

Re: Seeing startup logs

I have done that. No self::trace has ever appeared.
by Guicide
19 May 2020, 16:16
Forum: Developers
Topic: Seeing startup logs
Replies: 7
Views: 1368

Re: Seeing startup logs

I have a similar problem. My code gets further, but I’d like to be able to use self::trace and self::dump in MYGAME.game.php to help my understanding of the functions. I tried the simple case of: protected function setupNewGame( $players, $options = array() ) { self::trace("setupNewGame() was c...

Go to advanced search