Skip to content

Ananya-0306/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SnakeGame

Basic Snake game using pygame, random and time. clone this repo.. install pygame in your machine :-) $pip install pygame

import pygame

import time

import random

Press C to continue and Q to quit the game.

Have fun........ :-)