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

Play co-op and survive as long as possible and BLAME YOUR FRIEND if he/she could not last those 5 seconds for you. Also check the Python Game Engine repository in the link.

License

Notifications You must be signed in to change notification settings

Tyndallray/BlameYourFriend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/>

About

Play co-op and survive as long as possible and BLAME YOUR FRIEND if he/she could not last those 5 seconds for you. Also check the Python Game Engine repository in the link.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages