Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyar/mini-autos
Juego de mini autos arrancado en PyCamp 2023
https://github.com/pyar/mini-autos
Last synced: about 1 month ago
JSON representation
Juego de mini autos arrancado en PyCamp 2023
- Host: GitHub
- URL: https://github.com/pyar/mini-autos
- Owner: PyAr
- Created: 2023-03-24T21:49:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T23:34:15.000Z (almost 2 years ago)
- Last Synced: 2023-08-14T17:45:04.519Z (over 1 year ago)
- Language: Python
- Size: 1.35 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Autos
Un juego para varios jugadores que se puede jugar desde un
solo teclado.![](screenshot.png)
## ¿Cómo iniciar el programa?
Tienes que crear un entorno virtual, instalar las
dependencias y ejecutar el script principal:```
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python main.py
```