Giter Club home page Giter Club logo

bomberman's Introduction

Bomberman:

Usage:

  • This game requires python3 or greater, and all the modules are given in requirements.txt

  • Fully tested in "konsole"(open source terminal-emulator)

  • pip install -r requirements.txt

    • For installing pip: sudo apt-get install python-pip
  • To install konsole -> sudo apt-get install konsole

The game would start in terminal(konsole) by executing the following command:

  • python3 main.py

Controls:

move-left  -> a
move-right -> d
move-up    -> w
move-down  -> s
drop-bomb  -> b
power-up   -> p
quit-game  -> q

Powerups:

  • Four types of power ups are provided: speed increase, bomb power increase, immortality, wall pass.
  1. speed increase is represented by "S"
  2. bomb power increase is represented by "L"
  3. immortality is represented by "I"
  4. wall pass is represented by "W"

More INFO:

  • Enemies are of two types: One type moves with normal speed(1 move per 1 second) and the other with double speed.
  • As of now only 1 level is implemented which includes 6 enemies fixed and 3 lives for bomberman and 20 bricks.
  • killing one enemy gives 100 points and destroying a brick gives 20 points.

bomberman's People

Contributors

anishgg avatar

Stargazers

Arnav Ishaan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.