Skip to content

Our (Dunder Mifflin) entry for PyWeek 30 game jam

License

Notifications You must be signed in to change notification settings

0Nikola0/Casted-Away

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

Casted Away

Created for Pyweek30 by team Dunder Mifflin: Nikola (lead), jimthejelly, Taganov, fury, Imperfect_One

Setting

Spain, The Age of Discovery

Your family was cast away because they're of mixed Spanish and New World. In the Casta system of Spain, they rank low. People of the village didn't accept other races because old times, and cast the whole family out. Now they live by themselves by a river where they harvest crops and fish for a living.

https://en.wikipedia.org/wiki/Casta

Running

requirements.txt

cffi==1.14.3
pycparser==2.20
pygame==1.9.6
pygame-gui==0.5.7
pymunk==5.7.0
PyTMX==3.21.7
six==1.15.0

Install requirements and run.

pip install -r requirements.txt
python run_game.py

Or do it in a virtualenv to keep it clean.

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python run_game.py

Controls and Gameplay

Click people to select them. Click the ground to make them move there. Click FEED on the sidebar to give them food from the resources. Move them to the farm or the river to gather food or water which is added to the resources.

When people run out of food they start starving and will die. Keep them alive!

Hints

  • You can mouse over areas of the game to find valid gathering or task locations.
  • When food is at zero, you lose health
  • When water is at zero, you no longer regenerate energy for tasks
  • Resting does nothing at the moment

Content & Warnings

This game explores historical racial issues. We want to raise awareness of the issues of the past and present, and do not intend any harm to anyone. We hope this game may inspire some to do further reasearch into similar issues of mixed-race discrimination in history.

Note: we never got around to implementing any of the above.

Licensing and Copyright

This project code is licensed under the MIT license. Assets are licensed as specified below.

Art Asset Links:

About

Our (Dunder Mifflin) entry for PyWeek 30 game jam

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages