Skip to content

Latest commit

 

History

History
52 lines (45 loc) · 2.1 KB

README.md

File metadata and controls

52 lines (45 loc) · 2.1 KB

Build Status

Turkey Trot

Project Summary


A Thanksgiving-themed sidescrolling game written with PyGame.

Additional Information

You are a little girl wandering through the dark forests, searching for the ingredients to assemble the ultimate Thanksgiving feast for your family. Avoid the horrible spiders in the forest to achieve your culinary dreams.

Installation (for developers)

  • Install python 3.0 or higher here
  • Install pygame python3 -m pip install -U pygame --user
    • Note: this may require the sudo command
  • To clone this repo git clone https://github.com/ucsb-cs48-w19/4pm-turkey-trot.git
  • Go into the project directory cd 4pm-turkey-trot
  • Go into the source directory cd source
  • Run the game python3 main.py

Prerequisites:

  • Python 3.0 or higher
  • PyGame installed

Functionality (for users)

  • Press A to move left
  • Press D to move right
  • Press W or the spacebar to jump

Known Problems

  • For the best game experience, run on a computer with a lower definition screen.
  • When running this game on a Mac with a Retina screen, if there is slowness or delays, refer to the following instructions
  1. Run the game python3 main.py
  2. In the dock you will see a snake with controllers in his mouth. Right click him.
  3. Go to Options and click "Show in Finder"
  4. Finder will open and you will see a the python application in the shape of a rocket
  5. Right click the python application and click "Get Info"
  6. Check the box "Open in Low Resolution" and it should now run at around 60fps

Contributing

  • To contribute to our project, first select an issue, move it to In Progress on the Kanban board, and then create a new branch with the name of the issue and make a pull request when it is ready for review.

License

  • MIT License