Inspiration

Snake games have always been entertaining so making your own snake game was absolutely what inspired me!

What it does

Snake_Game Snake is the common name for a video game concept where the player maneuvers a line that grows in length, with the line itself being a primary obstacle. The player controls a dot, square, or object on a bordered plane. As it moves forward, it leaves a trail behind, resembling a moving snake.

How we built it

Using Python and various libraries of python such as pygame, time, random etc.

Accomplishments that we're proud of

Making something which I have only imagined of making someday but now have accomplished it.

What's next for Snake Game using python

In a two-player game, there are multiple snakes on the playfield. Each player attempts to block the other so the opponent runs into an existing trail and loses. Surround for the Atari VCS is an example of this type. The Light Cycles segment of the Tron arcade game is a single-player version where the other "snakes" are AI-controlled.

Built With

Share this project:

Updates