goosemo/monkey
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Monkey in a Tangle =================================== Entry in PyWeek #7 <http://www.pyweek.org/7/> Team: Ohio State U. Game Creation Club Members: morgan.goose, Alfred Rossi (AlfredR), Jane, jsharpna DEPENDENCIES: You might need to install some of these before running the game: Python: http://python.org/ PyGame: http://pygame.org/ PyMunk: http://code.google.com/p/pymunk/ RUNNING THE GAME: On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it. Othewise open a terminal / console and "cd" to the game directory and run: python run_game.py HOW TO PLAY THE GAME: --KEYS-- left Move left right Move right z Picks up x Drops an item c Attaches held item to chain v Detaches item from chain Space/Up Jump r Restarts level The game mechanics work like this: You're a monkey with a tether. You'd like to box yourself some bananas but your hands are circular so what do you do? You tether them! (Why not?). In the upper right hand corner you'll see the number of bananas you need to box and how many you've boxed so far. Once your box is full you will move to the next level. If you don't complete the level before time runs out you must restart the level. z picks up your tether x drops it c attaches the held end of your tether to certain movable items in the game (and non-movable hooks on the ground). You have to be holding the tether and pressing against the item you'd like to rope. v detaches the rope from an item, you need to be pressing against the connected item. You can jump with space (or up) and you move the arrow keys. NOTES: A fast computer is probably necessary to play the game. It will likely be unplayable on anything slower than a 1.8 GHz x86 We'd also like to give a special thanks to pymike for the use of his ezmenu library. LICENSE: Licensed under the BSD3 license. See LICENSE.txt for more information.
About
Pyweek 08 group entry
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published