Skip to content

nealkarpe/Bomberman-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bomberman

Terminal-based game without the help of any User Interface library like ncurses, pygame, etc.

Prerequisites

  • Install the package termcolor - "sudo pip3 install termcolor"

Running

  • Start the game using "python3.5 run.py"
  • Terminal should be at regular zoom for best experience

Controls

  • W - Move Up
  • A - Move Left
  • S - Move Down
  • D - Move Right
  • B - Drop a bomb

Objective

  • You cannot destroy solid walls with bombs
  • You can destroy brick walls with bombs
  • The aim is to kill all the enemies
  • You die if you bump into an enemy or if you get bombed

Screenshots

The whole board is made up of simple ASCII characters displayed on terminal. Different colors are obtained by the termcolor library.

Bomb Counting Down

bombcountdown

Bomb Explosion

bombexplosion

Game over by bumping into enemy

deathbytouchingenemy

About

Terminal-based game of "Bomberman".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages