From 5c849fe803b5d2b298e0e8902d0e3d4f3a2a3e75 Mon Sep 17 00:00:00 2001 From: britney Date: Thu, 31 Jul 2025 04:31:19 +0000 Subject: [PATCH] Upload files to "/" --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8522431 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# fsfadventures +``` +______ ___________ ___ _ _ +| ___/ ___| ___| / _ \ | | | | +| |_ \ `--.| |_ / /_\ \ __| __ _____ _ __ | |_ _ _ _ __ ___ ___ +| _| `--. | _| | _ |/ _` \ \ / / _ | '_ \| __| | | | '__/ _ / __| +| | /\__/ | | | | | | (_| |\ V | __| | | | |_| |_| | | | __\__ \ +\_| \____/\_| \_| |_/\__,_| \_/ \___|_| |_|\__|\__,_|_| \___|___/ + +``` +FSF Adventures - A retro text based game inspired by [BBS](https://en.wikipedia.org/wiki/Bulletin_board_system) classics such as [Barney Splat](https://www.breakintochat.com/wiki/Barneysplat) and [Legend of the Red Dragon](https://en.wikipedia.org/wiki/Legend_of_the_Red_Dragon). + +Made with love in Golang.. + +Current Features: +- [ANSI Graphics](https://github.com/mgutz/ansi) + +This game is currently under construction and this is a placeholder. + +Once the base game is playable, it will be uploaded. + +Stay tuned.