Skip to content

guluc3m/gul-jamon-game-dev-intro

Repository files navigation

GUL Jamón 2025

Material auxiliar para la charla "Introducción al desarrollo de videojuegos con PyGame" de la GUL Jamón 2025.

Ejecución

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

About

Introducción al desarrollo de videojuegos en pygame para la GUL Jamón 2025

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages