8000 GitHub - Rhapsodiew/Snake: Snake Game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rhapsodiew/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Snake Game

A classic Snake Game developed in Python using Pygame.
Move the snake with the arrow (←↓→), eat apple to grow and don't collide with your body.

🛠️ Technologies Used

  • Python 3
  • Pygame
  • Venv

🚀 Installation

    git clone https://github.com/Rhapsodiew/Snake.git

    cd Snake

    python -m venv .venv
    source .venv/bin/activate
    pip install -r requirements.txt

    python3 snake_v2.py

✅ Status

Completed.
Will probably not work on this project again.

About

Snake Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0