Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 389 Bytes

Snake

A pygame program to clone Snake, a classic game.

General

This is a game where you try to eat as many apples as you can. The more apples you eat, the longer your snake becomes.

Technology/Tools

  • Pygame
  • Python 3.9