diff --git a/README.md b/README.md new file mode 100644 index 0000000..dee11a4 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Snake game made with tkinter + +Very simple implementation of the classic snake game. +Control the snake head using the arrow keys. +You lose if you touch the walls or eat yourself. \ No newline at end of file