https://github.com/marfullsen/tortuga
Challenge: learn how to use turtle library (Python3).
https://github.com/marfullsen/tortuga
Last synced: over 1 year ago
JSON representation
Challenge: learn how to use turtle library (Python3).
- Host: GitHub
- URL: https://github.com/marfullsen/tortuga
- Owner: Marfullsen
- Created: 2021-12-15T00:36:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T06:07:50.000Z (over 4 years ago)
- Last Synced: 2025-01-10T05:36:29.058Z (over 1 year ago)
- Language: Python
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tortuga
[](https://www.python.org/)
Desafío para aprender interfaces gráficas con Python3.
## 📝 Contenidos
- [¿Qué es Tortuga?](#about)
- [¡Empecemos!](#getting_started)
- [Iniciar los proyectos](#usage)
- [Tecnologías usadas](#built_using)
- [Autores](#authors)
- [Agradecimientos](#acknowledgement)
Tortuga es un par de proyectos que utilizan la biblioteca [Turtle](https://docs.python.org/3/library/turtle.html) de Python3.
### Turtle
Con **Turtle** tendrás que ir escribiendo las instrucciones **en una consola externa**, paralelamente irás viendo los movimientos en la ventana principal.
### Tortoise
Con **Tortoise** tendrás que ir **Clickeando en la misma pantalla principal**, ambos botones del _mouse_ además de las teclas de flecha te permitirán moverte.
### Requisitos Previos
Instalar [Python3](https://www.python.org/).
```
python Turtle.py
python Tortoise.py
```
- [Python](https://www.python.org/) - Lenguaje de programación.
- Enzzo - Creación del archivo Turtle.
- [@Marfullsen](https://github.com/Marfullsen) - Creación del archivo Tortoise.
- Enzzo Igor.


