Play co-op and survive as long as possible.
Check out this Python Game Engine used to develop this game, a piece of art by Christopher
- Python 3.7 or above
- You can also visit PyGE website guide on installation
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
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
- 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
1. Arrow Up, Arrow Down keys to move forward and backward
2. Arrow Right, Arrow Left keys to rotate
1. W, S keys to move forward and backward
2. A, D keys to rotate
- Devesh Vasnani
- Github - (https://github.com/Tyndallray)
- Oleksandr Palchevskyi
- Github - (https://github.com/CorpOnThron)
- Xiaoliang Wang
- Github - (https://github.com/wxl-007)
- Mridul Arora
- Github - (https://github.com/mridarora)
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/>