Material auxiliar para la charla "Introducción al desarrollo de videojuegos con PyGame" de la GUL Jamón 2025.
Requiere Python 3.12+.
Con venv (built-in):
-
Linux:
python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt
python3 bullet_hell.py
-
Windows:
python -m venv .venv .venv\Scripts\activate pip install -r requirements.txt
python bullet_hell.py
Con uv:
uv sync
uv run bullet_hell.py