Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 887 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 887 Bytes

Price

Snake Python

Classic Snake game made with Python

Getting Started

  • Snake [Implementation of "Snake", the game, in python3 using pygame]
    • Normal : Player snake game
    • Auto-Snake : AI snake game
  • Run game modes with:

Normal:

python3 main.py

Auto:

python3 snakebot.py