This project is a game engine made for the 2.5D platformer i-am-synthetic
The purpose of this project is to provide a library for myself (and others if they want) to use across multiple projects.
cd [project_dir]
mkdir cmake && cd cmake
cmake ..
make -j4
make install
(from https://www.gnu.org/licenses/quick-guide-gplv3.html)
Nobody should be restricted by the software they use. There are four freedoms that every user should have:
- the freedom to use the software for any purpose,
- the freedom to change the software to suit your needs,
- the freedom to share the software with your friends and neighbors, and
- the freedom to share the changes you make.
When a program offers users all of these freedoms, we call it free software.
Developers who write software can release it under the terms of the GNU GPL. When they do, it will be free software and stay free software, no matter who changes or distributes the program. We call this copyleft: the software is copyrighted, but instead of using those rights to restrict users like proprietary software does, we use them to ensure that every user has freedom.