/snake_game

every one can play with python!!

Primary LanguagePythonMIT LicenseMIT

Snake Game

 out

sample2

About

You can play snake game with python.

Getting Started

to play this game you need to install pygame and numpy.

install pygame, numpy

pip install pygame  
pip install numpy

Usage

clone this repository and move directory and

python main.py

In game display, you can click and drug to make new cell or delete it. just make and see your cells and life.

space key start game and restart game move right move left move up move down

vim key l, h, k, j, also can be used!