Skip to content

alohamora/bomberman

Repository files navigation

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

About

A classic bomberman game using core python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages