From a2ca73eb330f746cff0dd401d1c89fa0f91620c4 Mon Sep 17 00:00:00 2001 From: Gabriel Pariat Date: Sun, 19 Feb 2023 18:53:12 -0500 Subject: [PATCH] change to README --- README.md | 44 +++++++++----------------------------------- 1 file changed, 9 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 7a69322..f53caf2 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,16 @@ ------------------------------------ +## Pariatech's Lemonade Stand -_DISCLAIMER:_ - -Welcome to **raylib game template**! - -This template provides a base structure to start developing a small raylib game in plain C. The repo is also pre-configured with a default `LICENSE` (zlib/libpng) and a `README.md` (this one) to be properly filled by users. Feel free to change the LICENSE as required. - -All the sections defined by `$(Data to Fill)` are expected to be edited and filled properly. It's recommended to delete this disclaimer message after editing this `README.md` file. - -This template has been created to be used with raylib (www.raylib.com) and it's licensed under an unmodified zlib/libpng license. - -_Copyright (c) 2014-2023 Ramon Santamaria ([@raysan5](https://twitter.com/raysan5))_ - ------------------------------------ - -## $(Game Title) - -![$(Game Title)](screenshots/screenshot000.png "$(Game Title)") +![Pariatech's Lemonade Stand](screenshots/screenshot000.png "Pariatech's Lemonade Stand") ### Description -$(Your Game Description) +A clone of Lemonade Tycoon Deluxe. ### Features - - $(Game Feature 01) - - $(Game Feature 02) - - $(Game Feature 03) + - Sell lemonade + - Upgrade your stand + - Choose between multiple locations ### Controls @@ -37,24 +21,14 @@ Keyboard: ### Screenshots -_TODO: Show your game to the world, animated GIFs recommended!._ - ### Developers - - $(Developer 01) - $(Role/Tasks Developed) - - $(Developer 02) - $(Role/Tasks Developed) - - $(Developer 03) - $(Role/Tasks Developed) + - Gabriel Pariat - Doing everything ### Links - - YouTube Gameplay: $(YouTube Link) - - itch.io Release: $(itch.io Game Page) - - Steam Release: $(Steam Game Page) - ### License -This game sources are licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details. - -$(Additional Licenses) +This game sources are licensed under an unmodified AGPLv3 license, which is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. Check [LICENSE](LICENSE) for further details. -*Copyright (c) $(Year) $(User Name) ($(User Twitter/GitHub Name))* +*Copyright (c) 2023 Gabriel Pariat (gabriel@pariatech.com)*