A game engine written in C++ with SDL2.
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-EngineTo run the program, make the build.sh file executable and build:
chmod +x build.sh
./build.shFor 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 requiresmaketo build.
Thirdparty elements are missing, such as fonts/images.
For more informations regarding functionalities, please refer to the wiki.
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.
This project is licensed under the GPL-3.0 License.
