Notiooo / Worms-Similar-Game

My second game ever created with SFML library and for the first time with Box2D library for a class project programming class at the 4th semester of the Informatics at Silesian University of Technology. Includes map editor and destructible objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Worms Similar Game

The game was created for the project during the 4th semester of studies in computer science at the Silesian University of Technology. The time I spent on the project oscillated around 4 - 5 weeks.

Gif presenting the game

A video showing how the game works

Source of Knowledge

My main knowledge comes from the documentation of individual libraries. In the process of learning (started some time ago) I also read two books: C++ Primer 5th edition and SFML Game Development. I also get a lot of help from the official SFML forum. There are many helpful threads there.

Used Libraries

And Doxygen as standard tool for generating documentation -- under the GNU General Public License

How to install

Windows

On Windows, simply run the buildVSProject.bat file. This will create the Visual Studio project files. You can then open the project in Visual Studio and compile.

Linux

On Linux you will most likely need to give the appropriate permissions to buildMakeFiles.sh and Worms-Clone/vendor/bin/premake/premake5.

Then we perform:

$ ./buildMakeFiles.sh
$ make

How to play

Instructions on how to play the game

The report

A report describing the status of the project as at day of 18.04.2021

About

My second game ever created with SFML library and for the first time with Box2D library for a class project programming class at the 4th semester of the Informatics at Silesian University of Technology. Includes map editor and destructible objects.


Languages

Language:C++ 96.4%Language:C 2.5%Language:Lua 1.1%Language:Batchfile 0.0%Language:Shell 0.0%