summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2021-07-01 12:03:41 +0200
committerGitHub <[email protected]>2021-07-01 12:03:41 +0200
commit28ed96c61974fe820881359d195cd81744c3ba29 (patch)
tree2e4b538da910d25758a91021cd9fb8db97db5605
parent43a6841d5e01eba64839fad3e7c533209fde83de (diff)
downloadraylib-game-template-28ed96c61974fe820881359d195cd81744c3ba29.tar.gz
raylib-game-template-28ed96c61974fe820881359d195cd81744c3ba29.zip
Update README.md
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 74aa7d1..7f21022 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@ 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 from the game repo using this template.
+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 example has been created to be used with raylib (www.raylib.com) and it's licensed under an unmodified zlib/libpng license.
+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-2021 Ramon Santamaria ([@raysan5](https://twitter.com/raysan5))_
@@ -37,7 +37,7 @@ Keyboard:
### Screenshots
-_TODO: Show your game to the world, recommended to use animated GIFs._
+_TODO: Show your game to the world, animated GIFs recommended!._
### Developers
@@ -45,6 +45,12 @@ _TODO: Show your game to the world, recommended to use animated GIFs._
- $(Developer 02) - $(Role/Tasks Developed)
- $(Developer 03) - $(Role/Tasks Developed)
+### 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.