项目作者: gortibaldik

项目描述 :
Semestral project at Charles University in Prague - Network Bomberman
高级语言: C++
项目地址: git://github.com/gortibaldik/bomberman.git
创建时间: 2021-02-25T16:11:03Z
项目社区:https://github.com/gortibaldik/bomberman

开源协议:

下载


Network Bomberman

  • just an usual bomberman game playable both in single player and in multiplayer mode
  • uses udp sockets for networking, with application specific heartbeat protocol
    bombermanGame

Compilation guide

Dependencies

  • SFML library, version 2.5.1

  • download SFML library, version 2.5.1

    • possibility 1: install it system-wide and add relevant binaries to the PATH variable
    • possibility 2: download non-OS-specific sources from the official web site and extract it in the same directory as main.cpp, then build it using the same configuration as the sources for this project

Linux

  • quick guide to run the executable
    1. mkdir build
    2. cd build
    3. cmake ..
    4. ./Bomberman

Windows

  • run visual studio 2019 on folder with the sources using open folder
  • everything should be configured in .vs/launch.vs.json and CMakeLists.txt and only running Bomberman.exe should suffice

Notice

  • developed on linux, tested both on windows and linux

Acknowledgements