An open API service indexing awesome lists of open source software.

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

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/