Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cozakoo/python_pygame_juegoserpiente

Juego de la Serpiente
https://github.com/cozakoo/python_pygame_juegoserpiente

pygame python

Last synced: 13 days ago
JSON representation

Juego de la Serpiente

Awesome Lists containing this project

README

        

# Utilización de expresiones regulares en python

Proyecto creado experimentar con la librería pygame

|![snake](snake.png)| ![snake](loser.png)|
|-------------------|--------------------|

## Instalar
```bash
git clone https://github.com/cozakoo/JuegoSerpiente2.0_python.git

python -m venv

source /Scripts/activate

cd JuegoSerpiente2.0_python/

pip install -r requirements.txt

python snake.py
```
### Activar venv

| Platform | Shell | Command to activate virtual environment |
| -------- | --------------- | --------------------------------------- |
| POSIX | bash/zsh | $ source /bin/activate |
| | fish | $ source /bin/activate.fish |
| | csh/tcsh | $ source /bin/activate.csh |
| | PowerShell Core | $ /bin/Activate.ps1 |
| Windows | cmd.exe | C:\> \Scripts\activate.bat |
| | PowerShell | PS C:\> \Scripts\Activate.ps1 |

### Configurar variables de entorno