Skip to content

unpwnabl/Game-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Engine

https://www.libsdl.org GitHub Repo stars License
A game engine written in C++ with SDL2.

Installation

To install, download all of the files from the github repository into your local machine at any desired path:

git pull https://github.com/unpwnabl/Game-Engine
cd Game-Engine

Run

To run the program, make the build.sh file executable and build:

chmod +x build.sh
./build.sh

For help, use the option ./build.sh --help or ./build.sh -h.

This project requires SDL2 and its dependencies installed. Please refer to their page for more information.
It also requires make to build.
Thirdparty elements are missing, such as fonts/images.

Wiki

For more informations regarding functionalities, please refer to the wiki.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This project is licensed under the GPL-3.0 License.

About

A game engine written in C++ with SDL2

Topics

Resources

License

Stars

Watchers

Forks