A Thanksgiving-themed sidescrolling game written with PyGame.
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.
- 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
- Python 3.0 or higher
- PyGame installed
- Press A to move left
- Press D to move right
- Press W or the spacebar to jump
- 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
- Run the game
python3 main.py
- In the dock you will see a snake with controllers in his mouth. Right click him.
- Go to Options and click "Show in Finder"
- Finder will open and you will see a the python application in the shape of a rocket
- Right click the python application and click "Get Info"
- Check the box "Open in Low Resolution" and it should now run at around 60fps
- 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.
- MIT License