Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Latest commit

 

History

History
93 lines (78 loc) · 2.77 KB

README.md

File metadata and controls

93 lines (78 loc) · 2.77 KB

BlameYourFriend

Play co-op and survive as long as possible. alt text

CodeSize License LastCommit

Python Game Engine

Check out this Python Game Engine used to develop this game, a piece of art by Christopher

Setup

For installation using python

Run the following commands inside Python script folder

pip install screeninfo
pip install dataclasses
pip install matplotlib
pip install xmltodict
pip install pygame
pip install numpy

Once you have everything set up, you can run the game by just one command

python .\BlameYourFriend.py

For python 2 or python3

pip3 install screeninfo
pip3 install dataclasses
pip3 install matplotlib
pip3 install xmltodict
pip3 install pygame
pip3 install numpy

and to run the game

python3 .\BlameYourFriend.py

How to play?

Idea - 2 Player Game

  • Don't get hit by a halloween pumpkins
  • Shoot...Shoot...Shoot...
  • Unlimited Lives: 5 second respawn [Your partner must stay alive until you respawn]
  • Game Ends if you both die at the same time

Player 1

1. Arrow Up, Arrow Down keys to move forward and backward
2. Arrow Right, Arrow Left keys to rotate

Player 2

1. W, S keys to move forward and backward
2. A, D keys to rotate

Authors

Licence

Play co-op and survive as long as possible - BlameYourFriend
Copyright 2019

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>