From 3aeae71863e9c0d7fd2ce67220c51809773fc860 Mon Sep 17 00:00:00 2001 From: grepsuzette Date: Fri, 31 Jan 2025 14:38:27 +0800 Subject: [PATCH] Add 2 games written in GNO They run on greps' asteroid. Currently the asteroids and those 2 games are run from test4, as it's waiting for https://github.com/gnolang/gno/pull/2554 to be merged to Portal loop. Nevertheless both games are playable, the code on test4 is visible. Those URLs will not change. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4fe224e..2d8bb91 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ _Resources to help you understand how to get around gno.land and use Gno._ - [Gno Chinese Station](https://www.gnoland.cn) - A website for Chinese developers, providing tutorials, resources, and Gno news. - [Failing In Public](https://proggr.hashnode.dev/gnoland-initial-experience-gonzo-take-on-failing-in-public) - A gonzo journalist take on first gno/CosmosSDK experiences. - ["go -> gno" presentation](https://github.com/gnolang/workshops/tree/main/presentations/2023-06-26--go-to-gno--schollz) - "Things I wish I knew when I started out with Gno, when coming from a Go background" by Zack Scholl. +- [Cap'n Cluck's Tic-tac-toe](https://greps.gnAsteroid.com/r/grepsuzette/games/tictactoe) - A tic-tac-toe with UI written in gno, running on an asteroid. +- [Underwater Minesweeper](https://greps.gnAsteroid.com/r/grepsuzette/games/minesweeper) - Underwater Minesweeper, written in gno. No Js, just GNO+HTML+CSS. A classic productivity game for the office. ## SDKs & Clients