Skip to content

Simple hangman game implemented with Flask to teach an introductory course on Web app development.

Notifications You must be signed in to change notification settings

vlopezferrando/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

Simple hangman game implemented with Flask

Installation

Option 1: Ubuntu packages

sudo apt-get install python-flask python-flask-sqlalchemy

Option 2: pip

Install pip, then:

pip install Flask Flask-SQLAlchemy

Run

python hangman.py

Create dabase with:

python -c 'from hangman import db; db.create_all()'

Links

About

Simple hangman game implemented with Flask to teach an introductory course on Web app development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published