Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

vincent-andrieu/Bombercraft

Repository files navigation

Bombercraft

Bomberman with minecraft style - Epitech 2nd Year Project

  • C++ multiplatform application (Mac, Windows, Linux).
  • Local multiplayer
  • Procedurally generated maps
  • AI character

Usage

Docker

  • docker build -t bombercraft
  • docker run --rm --volume $PWD/dockerVolume:/app/shared bombercraft
  • ./dockerVolume/bomberman

Linux

mkdir build && cd build && cmake .. && make && cd .. && ./bomberman

Windows

cmake .. && cmake --build && ./bomberman.exe

Trailer

Trailer

01

02

03

04

05

About

Bomberman with minecraft style.

Topics

Resources

Stars

Watchers

Forks

Contributors