Skip to content

Afastwight/Juego-Serpiente_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Juego Serpiente – Python Biblioteca (turtle)

Clásico Juego Serpiente hecho en Python usando el módulo estándar turtle.
Incluye marcador en pantalla, récord máximo, detección de colisiones y crecimiento de la serpiente al comer.

✨ Características

  • Ventana 600×600 con fondo oscuro.
  • Control con flechas del teclado.
  • Marcador y High Score en tiempo real.
  • Crecimiento por segmentos cuando comes.
  • Colisión con bordes y con el propio cuerpo (reinicia la ronda).
  • Velocidad ajustable con la variable posponer.

🧱 Requisitos

  • Python 3.8+ (recomendado 3.10+).
  • Módulo estándar turtle (viene con Python).
  • Tkinter (backend gráfico de turtle):
    • Windows / macOS: viene incluido con la instalación oficial de Python.
    • Linux (Debian/Ubuntu): sudo apt-get install python3-tk

🚀 Ejecución

python snake.py

About

Juego de la Serpiente con Python

Topics

Resources

Stars

Watchers

Forks

Languages