Snake game in Linux command line.
- python 3
- readchar:
pip install readchar
- Open terminal in full screen mode for better experience. Otherwise, there might lead to bad visual performance.
- Width and height can be reconfigured by manually changing value of
height
andwidth
variables in the top of the source code.