belinhacbr / Bomberman

A Bomberman remake with SDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bomberman

A remake of the SNES classic Bomberman with SDL.

About

This project was developed in 2011 during my undergrad. Many things have changed in my way of programming since then. In 2015, I started to refactor it and also add some features.

Dependencies

g++ 
libsdl 1.2

Build and run

$ make
$ make run

To-do

  • Refactor 'global.h'
  • Fix text bug
  • Fix sound bug
  • AI for enemies

About

A Bomberman remake with SDL

License:MIT License


Languages

Language:C++ 99.3%Language:Makefile 0.7%