Skip to content

fmichel/TurtleKit

Repository files navigation

TurtleKit: Artificial Life using MaDKit - version 4

What is TurtleKit

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.

More information

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request