summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 26 insertions, 2 deletions
diff --git a/README.md b/README.md
index c55997e..4afd8cb 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,26 @@
-# raylib-game-template
-A small template to start your raylib game
+## $(Game Title)
+
+![$(Game Title)](screenshots/screenshot000.png "$(Game Title)")
+
+### Description
+
+$(Your Game Description)
+
+### Features
+
+ - $(Game Feature 01)
+ - $(Game Feature 02)
+ - $(Game Feature 03)
+
+### Controls
+
+Keyboard:
+ - $(Game Control 01)
+ - $(Game Control 02)
+ - $(Game Control 03)
+
+### 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.
+
+*Copyright (c) 2014-2021 Ramon Santamaria ([@raysan5](https://twitter.com/raysan5))* \ No newline at end of file