/pysnake

Primary LanguagePython

Coding snake in Python

This project is about coding the popular game snake in Python.

The first visual interface will consist of ascii printed to command line. For this game mode ticks are explicit inputs.

The second interface will be graphical.