Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 343 Bytes

readme.md

File metadata and controls

13 lines (12 loc) · 343 Bytes

Project SNAKE

git clone [email protected]:vvvlc/snake.git
cd snake
python3 -m venv snake
. snake/source/bin/activate
pip install -r requirements.txt
python snake_human.py
python snake_left.py
  • snake_human.py use arrow keys to navigate snake (after each keypress snake moves by one step)
  • snake_left.py automated - always go left