Bomberman-like game, multiplayer, written in C using the SDL library
###Compile & Run###
make all and ./Bomberman
###Keys### ####Main menu####
- Up: start game
- Space: quit game
- F1: change difficulty (1, 2, 3)
- F2: change mode (single player, two player, two players with queen monster)
- F3: change map
#####In game#####
- Move player1: Up, Down, Left, Right
- Drop bomb P1: Space
- Move player1: Z, S, Q, D
- Drop bomb P1: Ctrl
- Pause: Esc
#####In game menu#####
- Esc: Resume
- Space: Quit