Skip to content

Leined18/2-game

Repository files navigation

Slime Trouble

Requisitos Generales

Python

  • Linux: Python 3 y pip ya deberían estar preinstalados en la mayoría de las distribuciones. Si no es así, se pueden instalar fácilmente.
  • Windows: Python 3 debe ser instalado y configurado en el PATH.

Pygame

  • Pygame es una biblioteca esencial para el juego. Se instalará usando pip.

sudo apt update
sudo apt install python3 python3-pip -y
sudo apt install python3-pygame

Linux

git clone git@github.com:Leined18/2-game.git && cd 2-game && python3 inicio.py

Windows

git clone https://github.com/Leined18/2-game.git; cd 2-game; python inicio.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published