You can play snake game with python.
to play this game you need to install pygame and numpy.
pip install pygame
pip install numpy
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!