A two player snake game using python
This is a two player snake game
How to play the game
There is food and two players.
You try to eat food to become large and gain points.
Player one uses q
and w
to turn left and right, respectively.
Player two uses o
and p
to turn left and right, respectively.
Credits
The game is inspired by the great Python/Turtle tutorials by Christian Thompson (wynand1004):
https://github.com/wynand1004/Projects
GitHub