Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

melefo/Bomberman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

667 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bomberman is a project where we try to do an Bomberman-like game with a homemade ECS and a Raylib encapsulation


Screenshots


Players Keys

Player 1 will use zqsd to move & E to drop a bomb

Player 2 will use arrows to move & enter to drop a bomb

Player 3 will use yghj to move & space to drop a bomb


Installation

You can build the project yourself!

Requirements

  • Lua
  • Boost
  • (Criterion built from its master branch if you want to compile unit tests)

Clone the repository

git clone https://github.com/EpitechIT2020/B-YEP-400-NAN-4-1-indiestudio-victor.trencic.git

Go inside the repository and create a build folder

mkdir build
cd build

Generate using CMake

cmake ..

Compile according to your platform

Linux

make -j bomberman

Windows

cmake --build . --target bomberman --config release

If you've done nothing wrong, you should have the program compiled!

About

Bomberman Game in C++ with RayLib

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages