python-snake-game

Python Snake Game

This is a snake game in python. The default characters are as below.

How to play

WASD or arrow keys for snake movement. Q to quit. Any other key to pause. Press one of the movement keys to resume.

Running the game

python3 snake.py [flags]

Flags

See snake.py --help

Example configurations

python3 snake.py --char-head='☺' --char-snake='+' --char-bg=' '
python3 snake.py --color-snake blue --color-food red

Todo