A tool for advanced use of the turtle module
Project description
Turtle Power
A tool for making games and simulations with Turtles
PowerTurtle is an improved turtle object that provides some new methods, and is designed to work in game loop as opposed to being driven from a prompt.
TurtleWorld provides a definition of a world and and an engine to manage and move all the turtles in the world.
There are various example games and simulations that have been written using turtlepower.
Status: very early development, lots changing
Installing
Dependencies: system python, 2.7, 3.2 or 3.3
To install dev dependancies
pip install -r requirements.txt