diff options
| author | raysan5 <[email protected]> | 2021-06-30 20:55:15 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-06-30 20:55:15 +0200 |
| commit | 12b62c4be81b812248f2df187daa7f67c26d9b99 (patch) | |
| tree | b1628baf4ae798c72c602c56824dc7bb0aac96c1 /README.md | |
| parent | 5a4c961eb35ebe798ea6370e8e9403bcdc307e3f (diff) | |
| parent | d6bfbffcc816780e4e88488506b8c8d19781ff2d (diff) | |
| download | raylib-game-template-12b62c4be81b812248f2df187daa7f67c26d9b99.tar.gz raylib-game-template-12b62c4be81b812248f2df187daa7f67c26d9b99.zip | |
Merge branch 'main' of https://github.com/raysan5/raylib-game-template into main
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,8 +1,10 @@ ----------------------------------- +_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` and a `README.md` (this one) to be filled with the required game information by users. +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. @@ -33,8 +35,16 @@ Keyboard: - $(Game Control 02) - $(Game Control 03) +### Developers + + - $(Developer 01) - $(Role/Tasks Developed) + - $(Developer 02) - $(Role/Tasks Developed) + - $(Developer 03) - $(Role/Tasks Developed) + ### 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) + *Copyright (c) $(Year) $(User Name) ($(User Twitter/GitHub Name))* |
