- 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 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
git clone git@github.com:Leined18/1-game.git && cd 1-game && python3 inicio.py
git clone https://github.com/Leined18/1-game.git; cd 1-game; python inicio.py
- Moverse: LEFT, UP, RIGHT, DOWN (← ↑ → ↓)
- Disparar: P
- Moverse: W, A, S, D
- Disparar: R