This is a simulation-game made with Python 2.7 in “Modelation and Graphic Computation” course. Follows the methodology of Model View Controller.
Soon will be available a newer version for Python 3.x.
Before you can use the application, you must have installed the requirement packages listed on ‘Requirements.txt’.
You can install them with pip, by the command pip install -r requirements.txt
.
To run the application, you need to execute the ‘main.py’ file.
This can be done by the command python main.py
.
- A: Add a tree
- Space: Throw a lightning
- M: Throw many lightnings
- Q: Quit the game
Esta es una simulación juego realizada en Python 2.7 durante el curso «Modelación y computación gráfica». Sigue la metodología Modelo Vista Controlador.
Pronto se tendrá una versión más actualizada para Python 3.x.
Antes de que usted pueda usar la aplicación, debe contar con los paquetes mencionados en el archivo ‘Requirements.txt’.
Se pueden instalar mediante la herramienta pip, con el comando pip install -r requirements.txt
.
Para ejectar la aplicación, se debe ejectar el archivo ‘main.py’.
Esto se puede hacer mediante el comando python main.py
.
- A: Agregar un árbol
- Espacio: Lanzar un rayo
- M: Lanzar muchos rayos
- Q: Salir del programa