Skip to content

ADETECHCONSULTING/BomberFighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BombermanFIGHTER

requirement

  • Pygame:
    • Windows Installation

      python -m pip install -U pygame

    • MAC Installation

      create a virtualenv called 'anenv' and use it. python3 -m virtualenv anenv . ./anenv/bin/activate venvdotapp helps the python be a mac 'app'. So the pygame window can get focus. python -m pip install venvdotapp venvdotapp python -m pip install pygame

To run it

python firstGame.py

keyboard

  • Player 1 : ARROW_UP = Jump ARROW_DOWN = Shoot ARROW_LEFT & ARROW_RIGHT = MOVE

  • Player 2 : Z = Jump S = Shoot Q & D = MOVE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published