/pixorms

Worms-like game

Primary LanguageC++GNU General Public License v3.0GPL-3.0

pixorms

alt tag

Compilation

The project requires such libraries: SDL 2.0.5 or higher, SDL_image 2.0.0 or higher, and SDL_ttf 2.0.12 or higher.

Enter the following commands to build for Linux:

cd project_root_directory
mkdir bin
make

Then, enter make run to run the game.