Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 733 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 733 Bytes

Bomberman

A classic bomberman game which runs on terminal using core python and without using curses library

Game controls:

W - move up
S - move down
A - move left
D - move right
B - plant bomb
Q - quit

Game description:

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

Instructions for running

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