A small game in which you sail a ship through the far seas!
The game engine on which the game runs was built using C++ and OpenGL.
Clone the repository:
https://github.com/Loqaritm/Sailing_Ship.git
Navigate to the newly created folder:
cd Sailing_Ship
Create a build directory and run cmake inside of it:
mkdir build
cd build
cmake -S .. -B .
Build using make:
make all
Run the game:
./launch-sailing_ship.sh
Try reaching x=120 y=120! There's a monke... surprise waiting for You!