Skip to content

unpwnabl/Game-Engine

Repository files navigation

Game Engine

https://www.libsdl.org GitHub Repo stars License

A game engine written in C++ with SDL2, using the least possible libraries before it breaks (or I break).

Getting Started | Wiki | Contributing | License

Getting Started

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 more informations, use the option ./build.sh --help or ./build.sh -h.

Important

To install dependencies, run chmod +x dependencies.sh && sudo ./dependencies.sh to install automatically.

Caution

Some elements, like fonts and images, are omitted due to their licenses not being public. Thus, running the program without them will lead to problems.

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

Code of conduct

Stars

Watchers

Forks

Contributors