You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.7 KiB

4 years ago
-----------------------------------
4 years ago
_DISCLAIMER:_
4 years ago
Welcome to **raylib game template**!
4 years ago
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.
4 years ago
4 years ago
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.
4 years ago
4 years ago
This template has been created to be used with raylib (www.raylib.com) and it's licensed under an unmodified zlib/libpng license.
4 years ago
_Copyright (c) 2014-2023 Ramon Santamaria ([@raysan5](https://twitter.com/raysan5))_
4 years ago
-----------------------------------
## $(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)
4 years ago
### Screenshots
4 years ago
_TODO: Show your game to the world, animated GIFs recommended!._
4 years ago
4 years ago
### Developers
- $(Developer 01) - $(Role/Tasks Developed)
- $(Developer 02) - $(Role/Tasks Developed)
- $(Developer 03) - $(Role/Tasks Developed)
4 years ago
### 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.
4 years ago
$(Additional Licenses)
4 years ago
*Copyright (c) $(Year) $(User Name) ($(User Twitter/GitHub Name))*