# μBotany ## Introduction Welcome to my flagrant and flawed ripoff of Mozz's wonderful Astrobotany, which is itself a fork of Jakob Funke's multi-user python game, Botany. (See below) For a *much* better botany experience, use one of the many awsome gemini clients which support client-side TLS certificates and go to: => gemini://astrobotany.mozz.us/ Astrobotany Some gemini clients (although no longer Elpher!) are yet to properly support such certificates. If you are using one of these clients, don't be sad! μBotany aims to bring the joy of online gardening to you too! ## Gardening => register.scm Register a new account => directory.gmi View the garden directory ## About μBotany is really just an experiment to see what can be done without employing client-side TLS certificates. In place of these, we rely on an account identifier (a SHA-1 hash of the account name and some random salt) transmitted in the query portion of the URI to uniquely specify accounts. Because this identifier is difficult to guess from the account name, and because the URI is transmitted to the server over TLS, I don't think this is a _completely_ terrible way of managing sessions. As mentioned, μBotany is inspired by Mozz's Astrobotany. However, it's best thought of as a cut-down implementation of Jacob Funke's original Botany game, the source for which can be found here: => https://github.com/jifunks/botany All of the plant descriptions and ascii art have been copied directly from the original, while the logic has been entirely reimagined and implemented as Chicken Scheme extension scripts to my RAGS gemini server. => gopher://thelambdalab.xyz/1/scripts/browse-git.scm%7Cmicrobotany.git μBotany source (gopher) => https://thelambdalab.xyz/gitweb/index.cgi?p=microbotany.git μBotany source (web)