From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 29301 invoked from network); 11 Jul 2021 12:22:57 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 11 Jul 2021 12:22:57 -0000 Received: from mail-40131.protonmail.ch ([185.70.40.131]) by 1ess; Sun Jul 11 07:07:14 -0400 2021 Date: Sun, 11 Jul 2021 11:07:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1626001629; bh=lWICQcxGLsy2un5TfsFnt+DSCZBTZDu51wAIimVuKME=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=OIJMwm6qkIL8gLKu2jlBbcrsz+TjNDXq3KbVB9g+crGEVNcca5fE5iGT4xzgmc4xp 3MBu2kZwzq+F21wvWuHL+zcPlsnle8ur97RL+epLd4OHBzGK8jsCCzCxhvfw+1moU+ wEuunCgJKcrt15yuR7kd6yOGVnXxQclXIwI6XuDA= To: 9front@9front.org From: Philip Silva Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: hosting engine full-stack NoSQL database Subject: Re: [9front] games/mines: do not put a mine to the first clicked tile, add a cool option Reply-To: 9front@9front.org Precedence: bulk I also found this frustrating, but it's good that the player can still test= the luck :D =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 kemal schrieb am Sonntag, 11. Juli 2021 um 01:11: > player has no way of knowing if the first clicked tile is a mine, > > so don't put a mine there. in addition the og game and other > > clones also do this. also do some style changes and renew > > the prng seed more often. > > (also a cool option hehehe)