Bomberman clone written in python using pygame.
Game allow to play against two types of AI (Dijkstra Algorithm and Depth-first search)
Arrows - move
Space - plant bomb
To run this game you need to install pygame and pygame-menu package
Run using menu file:
python3 menu.py
For now game is not compatible with python2