Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 265 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 265 Bytes

Simple_Python_Snake

snake game written by tkinter in python

Requirements

We use the pack pynput for monitoring keyboard input. To install it, you can simply type the code below.

python -m pip install pynput

Usage

Simply use W, A, S, D to control.