https://github.com/wraithone/raylib_jam_game
Entry for raylib 5K gamejam
https://github.com/wraithone/raylib_jam_game
Last synced: 8 months ago
JSON representation
Entry for raylib 5K gamejam
- Host: GitHub
- URL: https://github.com/wraithone/raylib_jam_game
- Owner: WraithOne
- License: zlib
- Created: 2022-01-23T16:01:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T16:01:47.000Z (over 4 years ago)
- Last Synced: 2025-03-14T09:22:00.472Z (about 1 year ago)
- Language: C
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
-----------------------------------
_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` (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 after editing this `README.md` file.
This template has been created to be used with raylib (www.raylib.com) and it's licensed under an unmodified zlib/libpng license.
_Copyright (c) 2014-2022 Ramon Santamaria ([@raysan5](https://twitter.com/raysan5))_
-----------------------------------
## $(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)
### Screenshots
_TODO: Show your game to the world, animated GIFs recommended!._
### Developers
- $(Developer 01) - $(Role/Tasks Developed)
- $(Developer 02) - $(Role/Tasks Developed)
- $(Developer 03) - $(Role/Tasks Developed)
### 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.
$(Additional Licenses)
*Copyright (c) $(Year) $(User Name) ($(User Twitter/GitHub Name))*