Devidence7 / BombermanRemake

A complete remake from the classic Bomberman. Made in C++ with the SFML library from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BombermanRemake

Bomberman remake with the SFML library. Made from scratch in C++. Can be compiled in Windows and Linux.

This project was made for Videogames subject in Universidad de Zaragoza. Educational use only.

Screenshot in-game 1 Screenshot in-game 2 Screenshot in-game 3

Features

  • Local Multiplayer
  • Enemies IA
  • Players IA
  • Versus Mode
  • Story Mode

Getting started

For linux need SFML libraries.

mkdir build
cd build
cmake ..
make
./Videogames

Interest sites

About

A complete remake from the classic Bomberman. Made in C++ with the SFML library from scratch.

License:GNU General Public License v3.0


Languages

Language:C++ 71.4%Language:JavaScript 23.3%Language:HTML 3.7%Language:Makefile 1.4%Language:R 0.1%Language:C 0.0%