Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 768 Bytes

File metadata and controls

29 lines (17 loc) · 768 Bytes

Turtle Power

https://travis-ci.org/AllTheWayDown/turtlepower.png?branch=master:target:https://travis-ci.org/AllTheWayDown/turtlepower

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