acashmkj / bomberman

terminal based bomberman game (without pygame)
0 stars 0 forks source link

Screenshot

Screenshot

Features

Rules

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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

Deployment

Controls

Keys Movement
W Move Up
A Move Left
S Move Down
D Move Right

Symbols

Symbols Meaning
E Enemy
/ Bricks
W Walls
e Explosion
[^^]
][ Bomberman

Built With