Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 523 Bytes

File metadata and controls

8 lines (5 loc) · 523 Bytes

PyLogo

PyLogo is a Python implementation of elements of NetLogo.

  • The core directory contains the NetLogo implementation.
  • The models directory contains a number of example models. Each example can be run by running the file.

PyLogo uses pygame and pySimpleGui, two very nice libraries. It also makes minimal use of NumPy. All three libraries must be installed.