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.
 
 
 
 
raysan5 5a4c961eb3 Update Makefile 4 years ago
screenshots Update screenshot000.png 4 years ago
src Update Makefile 4 years ago
.gitignore Initial commit 4 years ago
CONVENTIONS.md Update CONVENTIONS.md 4 years ago
LICENSE ADDED: raylib game template 4 years ago
README.md Update README.md 4 years ago

README.md

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. 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. This example has been created to be used with raylib (www.raylib.com) and it's licensed under an unmodified zlib/libpng license. Copyright (c) 2014-2021 Ramon Santamaria (@raysan5)

$(Game Title)

$(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 for further details.

Copyright (c) $(Year) $(User Name) ($(User Twitter/GitHub Name))