Juego basado en Road-Fighter programado en Python usando PyGame.
- Rodrigo Vargas
- Simón Saillen
- Kevin Bejarano
- Luigi Pandolfi
- Install all the dependencies:
Open the terminal on the project folder and run the next command:
pip install -r requirements.txt- Run the file run.py:
You can do this on the terminal using the next command:
python3 run.pyOr inside the src folder, run the next command:
python3 main.py
