Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cozakoo/python_pygame_juegoserpiente
- Owner: cozakoo
- Created: 2022-10-16T06:45:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T18:36:19.000Z (8 months ago)
- Last Synced: 2024-12-23T06:17:33.021Z (13 days ago)
- Topics: pygame, python
- Language: Python
- Homepage:
- Size: 6.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitpython -m venv
source /Scripts/activate
cd JuegoSerpiente2.0_python/
pip install -r requirements.txtpython 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