Sandy the Worm is a 2D C++ game built using the SFML library.
In the game you will play as a worm Sandy! His goal will be to gnaw out sand blocks of the required shape to pass the level.
The game is currently in beta testing, so there may be bugs in the game.
To build the project you will need:
- A compiler that supports C++17
- SFML 2.6.1
- CMake 3.28.1 or later
1. Clone the repository:
git clone https://github.com/MusiJVR/Sandy-the-Worm
cd Sandy-the-Worm2. Make sure you have the necessary dependencies installed, such as CMake and SFML.
3. Building a project with CMake:
mkdir build
cd build
cmake ..
cmake --build .4. Launching the game:
Launch the Sandy_the_Worm.exe file or you can create a shortcut on your desktop to run the Sandy_the_Worm.exe.
Please leave messages about any errors you find here or on the Discord


