Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 618 Bytes

ReadMe.md

File metadata and controls

28 lines (20 loc) · 618 Bytes

Snake Game By King

Author : Vikas Anand

A snake game written in Python using the PyGame library.

sc1 sc2 sc3

Installation

  • Install Latest Python From Python
  • Open Your Terminal/Cmd.
  • Type pip install pygame/ pip3 install pygame
  • git clone https://github.com/kingcoolvikas/SnakeGameByKing.git
  • cd SnakeGameByKing
  • python3 snake.py

How To Play

  • W : UP
  • S : DOWN
  • A : LEFT
  • D : RIGHT
  • ENTER : REPLAY THE GAME

ALL Credits Goes To : CodeWithHarry