- Install grip to view README in offline mode.
sudo pip install grip
Implementation of Bomberman game using OOP Principles.
- Implementation of single level.
- Simple features of Enemy trying to evade bombs.
- The bomberman die if he is standing at the place where he placed the bomb.
- The bomb displays 'e' for explosion.
-
You should have python3 and pip3 installed:
First check if python3 is intstalled by using the command:
python3 -V
Output:
Python 3.5.3
If not installed then type the following:
sudo apt-get update
sudo apt-get -y update
- Instructions for installing pip
sudo apt-get install python3-pip
- Just run python3 main.py for starting the game on your terminal
Keys | Movement |
---|---|
w | Move Up |
a | Move Left |
s | Move Down |
d | Move Right |
q | Quit the game |
- Press 'b' to Drop bomb at the instant position of Bomberman.
- Himansh Sheoran (20161211)