You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snake game is an Arcade Maze Game which has been developed by Gremlin Industries. The player’s objective in the game is to achieve maximum points as possible by collecting food or fruits. The player loses once the snake hits the wall or hits itself.
4
+
5
+
## Setup instructions
6
+
7
+
In order to run this script, You just need the following 3 modules -
8
+
9
+
-**Pygame:** It is a set of Python modules designed for writing video games.
10
+
-**Time:** This function is used to count the number of seconds elapsed since the epoch.
11
+
-**Random:** This function is used to generate random numbers in Python by using random module. **Pygame, Time and Random**
0 commit comments