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 autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 12005 invoked from network); 5 Sep 2023 00:20:21 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 5 Sep 2023 00:20:21 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Mon Sep 4 20:17:32 -0400 2023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1693873000; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=kj5vZr6ciymD1PUbfyRC/1dDQFDBG7mVNOPdYBT88FY=; b=RYM837wi66HyjME11dcAbvFuvpTTWUMD9u7DtWrxCSK8SYiTDq5zK/qBvrhapSipReXt8y Grp09+PEd6v6t+ki3FhwDyWzPEDAmpKNqPDwI/DcX01PPM9dbch5d0px5g3LuCPEUElAkX OA0zT6nvI6baU1eGhx2i80Ndm6uA/Kw= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id 0afb235a (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Mon, 4 Sep 2023 17:16:38 -0700 (PDT) Message-ID: Date: Tue, 05 Sep 2023 02:17:23 +0200 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: responsive singleton base full-stack controller Subject: Re: [9front] new game: battleship (aka sink the fleet) Reply-To: 9front@9front.org Precedence: bulk On Sat Sep 2 17:19:12 +0200 2023, rgl@antares-labs.eu wrote: > hello everyone! > > some of you may remember i started working on yet another game during > the hackathon, an online multiplayer version of Battleship (better > known to some of us as Sink the fleet/Hundir la flota). well, > yesterday i finished the final touches and i wanted to share it with > you. now instead of resolving an argument by playing rock, paper, > scissors till exhaustion, you can take the fight to the > (international) seas. > > you can pull it from http://shithub.us/rodri/battleship/HEAD/info.html How do you feel about adding this to /sys/src/games? Me and others would love to see this added, we lack online multiplayer games. The *.man files seem to be missing from the repo, so the `all' target fails. You should also account for mouse movement while a key is held; using a trackpoint, if trying to rotate a ship at the start with mmb, it will keep flipping until your finger is perfectly still, etc. There's some other small things that aren't bugs that could be discussed. Over all, pretty nice :) Do you plan on adding more stuff? I'd personally love to see AI opponents and games with more than 2 players (your code doesn't entirely assume only two), replays/demos, perhaps spectators, etc. :) There's other games out there which could be added, so I'd encourage people to submit stuff (that works and is reasonably complete). More games! Cheers, qwx