Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 536 Bytes

File metadata and controls

30 lines (18 loc) · 536 Bytes

Bombercraft

Bomberman with minecraft style - Epitech 2nd Year Project

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

Usage

Linux

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

Windows

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

Trailer

Trailer

01

02

03

04

05