sudo pip install grip
Implementation of Bomberman game using OOP Principles without using pygame and curses library.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Things you need to install the software and instructions to install them:
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
sudo apt-get install python3-pip
If not then type the following:
sudo pip3 install termcolor
Keys | Movement |
---|---|
W | Move Up |
A | Move Left |
S | Move Down |
D | Move Right |
Symbols | Meaning |
---|---|
E | Enemy |
/ | Bricks |
W | Walls |
e | Explosion |
[^^] | |
][ | Bomberman |