Difference between revisions of "Activities/HorseGame"
Jump to navigation
Jump to search
(first information from olpc wiki) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 6: | Line 6: | ||
The horse will run over and eat the food. | The horse will run over and eat the food. | ||
− | [[Image:HorseGame-screenshot.png]] | + | [[Image:HorseGame-screenshot.png|300px]] |
== Future Enhancements == | == Future Enhancements == | ||
Line 17: | Line 17: | ||
HorseGame is written in PyGame. | HorseGame is written in PyGame. | ||
− | If you would like to contribute, see | + | If you would like to contribute, see [http://git.sugarlabs.org/horsegame HorseGame]. |
+ | |||
+ | [[Category:Activities]] |
Latest revision as of 23:33, 20 April 2016
Introduction
HorseGame is a simple game where you play with a small horse. Click or press 'a' to drop an apple. Press 'c' to drop a carrot and 'h' to drop a hay. The horse will run over and eat the food.
Future Enhancements
- Allow two or more laptops to play together (each child has her own horse).
- Allow choice of colours for the horse.
- Convert images to svg format.
Development
HorseGame is written in PyGame. If you would like to contribute, see HorseGame.