TurtleKit is an open source library for simulating artificial life models based on the Logo programming language. TurtleKit is not an IDE but provides a flexible API that allows to freely extend the platform default possibilities. TurtleKit is built on top of the MaDKit library and thus benefits from all the multi-agent programming possibilities provided by this library.
- JDK 23+ is required.
- Official Homepage
- API Reference
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request