Skip to content

SeraphRoy/Bomberman

Repository files navigation

Boom Shakalaka

About This Game

Boom Shakalaka is a python based bomberman like game. Player places bombs to kill enemy, gets items by discovering the map, and gets hit by enemies. For now there is only adventure mode (single player) in this game, where player plays against bots. The followings are the instructions of the game.

Installation and execution

Before run and play our game, make sure you:

I. Install Python 2. (preferrably 2.7)

see instructions from https://www.python.org/downloads/

II. Install pygame

see instructions from http://pygame.org/download.shtml

After that, you can check if you succeed in installing it by typing the following command:

$ python
Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec  5 2015, 12:54:16)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
>>> print pygame.ver
1.9.2a0

The version might be different but that's ok.

After that, cd into the directory, and type in

$ python World.py

to run the game

Operation Guidance

Control the character by UP, DOWN, LEFT, RIGHT keys

Place bombs by SPACE key.

Contributors

G08: Xujia Cao, Yanxi Chen, Xiaohe He, Shaoyi Zhang and Weikun Zhuang

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages