A simple Snake game implemented in Python, running in the terminal using ASCII characters. Play the classic game directly from your command line!
This script requires the external module pynput to track the keyboard input. The pynput library may require access to certain system functions to capture keyboard input. Depending on your operating system, you might need to adjust your accessibility settings to allow this script to function properly.