Browse Source

change to README

main
Gabriel Pariat 2 years ago
parent
commit
a2ca73eb33
  1. 44
      README.md

44
README.md

@ -1,32 +1,16 @@
----------------------------------- ## Pariatech's Lemonade Stand
_DISCLAIMER:_ ![Pariatech's Lemonade Stand](screenshots/screenshot000.png "Pariatech's Lemonade Stand")
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)")
### Description ### Description
$(Your Game Description) A clone of Lemonade Tycoon Deluxe.
### Features ### Features
- $(Game Feature 01) - Sell lemonade
- $(Game Feature 02) - Upgrade your stand
- $(Game Feature 03) - Choose between multiple locations
### Controls ### Controls
@ -37,24 +21,14 @@ Keyboard:
### Screenshots ### Screenshots
_TODO: Show your game to the world, animated GIFs recommended!._
### Developers ### Developers
- $(Developer 01) - $(Role/Tasks Developed) - Gabriel Pariat - Doing everything
- $(Developer 02) - $(Role/Tasks Developed)
- $(Developer 03) - $(Role/Tasks Developed)
### Links ### Links
- YouTube Gameplay: $(YouTube Link)
- itch.io Release: $(itch.io Game Page)
- Steam Release: $(Steam Game Page)
### License ### 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. 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.
$(Additional Licenses)
*Copyright (c) $(Year) $(User Name) ($(User Twitter/GitHub Name))* *Copyright (c) 2023 Gabriel Pariat (gabriel@pariatech.com)*

Loading…
Cancel
Save