Skip to content

mishaga/pysnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySnake

Classic Snake game written in python3
Project uses the arcade module

Local run

With poetry

  1. Create shell
    poetry shell
  2. Install packages
    poetry install
  3. Run the application
    python src/main.py

With venv

  1. Create virtual environment
    python -m venv .venv
  2. Activate created environment
    # if you use bash or zsh
    source .venv/bin/activate
    # if you use fish shell
    source .venv/bin/activate.fish
  3. Install dependency
    pip install arcade
  4. Run the application
    python src/main.py

Game interface

game interface

About

python snake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages