Skip to content

Deepank308/snake-xenzia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Programming with Python and JavaScript

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:

Snake Xenzia

Theme inspired from Google Foo-bar challenge window!

About

This repository is for learning web-development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published