Skip to content

odavhad/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake-game

A snake game in Python

Setup

  1. To get started, clone the repository using:
    git clone https://github.com/odavhad/snake-game.git
  2. Navigate to the repository directory using your terminal/ command prompt
  3. Run the following commands
    For macOS/ Linux
    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
    For windows
    python3 -m venv venv
    venv\Scripts\activate.bat
    pip install -r requirements.txt
  4. The virtual environment setup is completed, now run the 'game.py' file using:
    python game.py

About

A snake game in Python

Topics

Resources

License

Stars

Watchers

Forks

Languages