https://github.com/arocks/fruit-catch
A simple pyglet game to catch falling fruit
https://github.com/arocks/fruit-catch
Last synced: over 1 year ago
JSON representation
A simple pyglet game to catch falling fruit
- Host: GitHub
- URL: https://github.com/arocks/fruit-catch
- Owner: arocks
- Created: 2010-04-07T01:31:59.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-07T01:32:44.000Z (about 16 years ago)
- Last Synced: 2025-03-17T21:26:26.127Z (over 1 year ago)
- Language: Python
- Homepage: http://www.arunrocks.com/
- Size: 176 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
FRUIT CATCH
==============
A simple game written in Pyglet for my Pycon India lightning talk
'Accelerate Your Game Development with Pyglet' [1]. It shows how you
can develop a casual game in a few lines of highly readable code.
AUTHOR
========
Arun Ravindran
This code is in public domain. You may do anything with it.
DEPENDENCIES
=============
Please install the following before running this game
easy_install pyglet
ABOUT THE GAME
===============
You are a slightly less ambitious but picky hero who is interested in
falling fruits. There are fruits falling all over the place and you
have to stand directly under them to get them. If you get a Tomato, a
non-fruit, the game ends.
HOW TO PLAY
=============
Run the game with the following command:
python fruitcatch.py
Move your mouse left and right to move the hero. Collecting each fruit
earns you points.
[1]: More details: www.arunrocks.com/blog/archives/2009/09/27/pycon-india-talk-2009-game-programming-in-pyglet/