bomberman clone, epitech 2nd year project
supported operating systems:
- Ubuntu 20.04
- Fedora 32
- Windows 10
z: Go upq: Go lefts: Go downd: Go righte: Place bomb
o: Go upk: Go leftl: Go downm: Go rightp: Place bomb
- Baptiste Mottin
- Peter Bessone
- Philippe Loctaux
- Pierre Barillec
- Rémi Balbous
- Victor Simon
- Irrlicht (version 1.8.4)
- SFML (version 2.5.0)
- linux: install via your package manager
- windows: libraries are shipped (no need to install anything)
you can also build these libraries from source
64 bit only, using cmake
replace $BUILD_TYPE with either Debug or Release
mkdir build && cd buildcmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPEmake
tested with Visual Studio 16 (2019)
mkdir build && cd buildcmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE- open the visual studio solution (.sln) and build the target
bomberman