A classic bomberman game which runs on terminal using core python and without using curses library
W - move up
S - move down
A - move left
D - move right
B - plant bomb
Q - quit
The Bomberman denoted by 'B' moves around in the game board guarded by walls and
bricks. After planting the bomb, the bomb explodes after 3 movements of the bomberman.
Destroying a brick - 20pt.
Destroying an enemy - 50pt.
No of lives - 3
No of levels - 3
You should have python3 installed in your system for the game to run.
To run the game:
execute run.py using python3 i.e
python3 run.py