Simple snake written on Python, that works in your console!
git clone https://github.com/Merbuz/Snake.gitcd Snakepip install -r requirements.txtpython python_snake.py
--x_size <board width>
--y_size <board height>
--fps <FPS>
--border <1 or 0 for enable or disable border collision>python python_snake.py --x_size 28 --y_size 14 --fps 6 --border 0