Skip to content

sheoranhimansh/Bomberman

Repository files navigation

  • Install grip to view README in offline mode.
sudo pip install grip

Bomberman game

Implementation of Bomberman game using OOP Principles.

Description

  • 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.

Prerequisites

  • 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

Deployment

  • Just run python3 main.py for starting the game on your terminal

Controls

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.

Author

  • Himansh Sheoran (20161211)

About

A 2D Game Written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages