jayfeather9 / Simple_Python_Snake

snake game written by tkinter in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

snake game written by tkinter in python


Languages

Language:Python 100.0%