Skip to content

withlimon/Raylib-Game-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimalist Raylib C99 Game Template for Any IDE/Editor

  • Platform: Windows
  • IDE/Editor: Any
  • Compiler: MinGW-w64 Bit

Just open download this repository as ZIP and Unzip it.Write your code at main.c. You can create folders/files here as much as you need to make structured project.But Don't delete/alter prebuilt ones! To run the project type in the your IDE/Code Editor Terminal:

./run.ps1

This will create a game.exe and run it in a new window.

Note : You must be installed MinGW to Use it. You don't need to install raylib separately.