/SnakeGame

A Snake Game in Python.

Primary LanguagePython

Snake Game

Introduction

A simple Snake Game in Python using consolemenu and curses for the GUI.

Requirements

Python 2.7 is required to run this game. Once you have this version of Python installed, issue the following command python2 Snake.py (Linux) to launch it.