Lite 2D Game Engine
- Download the entire project as a .zip archive from the top-right button
-
Install git
sudo apt-get install -y git
-
Create a local directory for the project
mkdir LiteEngine2D && cd LiteEngine2D
-
Clone the project
git clone https://github.com/maritim/LiteEngine2D
- The projects already contains all the dependencies needed
-
Install dependecies from command line
sudo chmod +x setup.sh sudo ./setup.sh
- Open the project inside the proj/CodeBlocks folder
- Open the project inside the proj/VisualStudio folder
- Open the project inside the proj/Xcode folder
-
Compile the project
make
-
Run the application
./LiteEngine2D.out