Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 493 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 493 Bytes

Atom Bomberman

Clone of the legendary Atomic Bomberman game http://en.wikipedia.org/wiki/Atomic_Bomberman

Quick guide

Install dependencies (on debian):

sudo apt-get install g++ libzzip-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libsdl-sound1.2-dev libsdl-ttf2.0-dev

Compile:

make

Run:

./main

Requirements

libzzip-dev, libsdl-image1.2-dev, libsdl-gfx1.2-dev, libsdl-mixer1.2-dev, libsdl-sound1.2-dev, libsdl-ttf2.0-dev