diff options
| author | Ray <[email protected]> | 2021-06-30 20:48:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-30 20:48:16 +0200 |
| commit | 97619117fadf26caee6dca7d96c5a033ab01f4cb (patch) | |
| tree | ed657ac7430f6b5bac56e2bb80a75831efa57e87 | |
| parent | 6bed2ec034ff3f0694c07428617357044d1a59e5 (diff) | |
| download | raylib-game-template-97619117fadf26caee6dca7d96c5a033ab01f4cb.tar.gz raylib-game-template-97619117fadf26caee6dca7d96c5a033ab01f4cb.zip | |
Update 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))* |
