diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 26 insertions, 2 deletions
@@ -1,2 +1,26 @@ -# raylib-game-template -A small template to start your raylib game +## $(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 |
