python-console-snake icon indicating copy to clipboard operation
python-console-snake copied to clipboard

Lightweight snake game running in the console

Results 21 python-console-snake issues
Sort by recently updated
recently updated
newest added

I added some code to line 111 of the program to make the snake bounce of the walls and never die import turtle import time import random delay = 0.3...

Hi, I just cloned the repo and the program would not start and provide following error: (base) ➜ python-console-snake git:(master) python snake Traceback (most recent call last): File "__main__.py", line...

The code base is nice and small enough to run QA tools over it to enforce code quality without a lot of pain. I suggest you try out `flake8`, `pylint`...

As suggested by bittner, and using flake8 as guideline, I resolved the remaining formating alerts for this project.

After running ``` git clone [email protected]:tancredi/python-console-snake.git cd python-console-snake python snake ``` I got: ``` Traceback (most recent call last): File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.4/runpy.py", line...