This project is developed using Flask + jQuery.
First install required packages
Then set environment variables
Linux:
export FLASK_APP=application.py
export FLASK_DEBUG=1
Windows CMD:
set FLASK_APP=application.py
set FLASK_DEBUG=1
Windows PowerShell:
$env:FLASK_APP=application.py
$env:FLASK_DEBUG=1
To start the server: flask run
Here's a demo of Snake in Action:
Theme inspired from Google Foo-bar challenge
window!