odavhad / snake-game

A snake game in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%