Skip to content

sigmaray/pyqtsnake

Repository files navigation

Snake game in Python/QT

How to install

python3 -m venv .venv # optional
source .venv/bin/activate # optional

pip install --upgrade pip
pip install -r requirements.txt 

How to run game rendered with checkboxes

python snake.py

In Windows you can double click launch_snake.pyw

How to run game rendered with canvas

python snakeg.py

In Windows you can double click launch_snakeg.pyw

How to launch game using docker compose

docker-compose up

Open http://localhost:8080/ in browser. Click on vnc_auto.html

How to launch game using docker

# It will do this: docker build -t pyqtsnake . && docker run -it -p 8080:8080 pyqtsnake
make docker-build-and-run 

Screenshots

image

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published