Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 463 Bytes

File metadata and controls

25 lines (14 loc) · 463 Bytes

Bomberman

Simple game for 2/3 players (offline!) written in C using Allegro 4.2 library.

Installation

Linux

To build on linux first install liballegro4.2-dev. Then run:

make
./Bomberman

Windows

You can build project on your own or use the binary Bomberman.exe which can be found in windows folder. Libraries included.

TODO

  • animations
  • apperance...

License

Project is released under The MIT License. See LICENSE file.