Metadata-Version: 2.1
Name: DonatelloPyzza
Version: 1.2.5
Summary: A simple grid environment to learn Python
Project-URL: Homepage, https://github.com/MilowB/Donatello
Project-URL: Bug Tracker, https://github.com/MilowB/Donatello/pulls
Author-email: Mickaël Bettinelli <mickael.bettinelli@univ-smb.fr>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# DonatelloPyzza

A simple environment to help teenagers learning Python in high school. 
A turtle can move in a grid and touch each cell until it finds the salad.

You can manually create the grid world in which the turtle is moving or generate it automatically.

# How to use ?


'''
Actions
-------
0 - avancer
1 - toucher
2 - rotation gauche
3 - rotation droite
'''
