Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 2.2 KB

README.md

File metadata and controls

34 lines (26 loc) · 2.2 KB

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