Things that I learned in this project:
curses
library.You need to clone this project and run the run.py
file, in src/
folder, with the python interpreter.
git clone https://github.com/kevinmarquesp/snake_game
cd snake_game/src
./run.py # OR: python3 run.py
You can move the snake with arrow keys, vim keys (H, J, K, L) and WASD. Space, Return and O keys do the same thing, they are the confirm key.