Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vlopezferrando/hangman

Simple hangman game implemented with Flask to teach an introductory course on Web app development.
https://github.com/vlopezferrando/hangman

flask web-application

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://pip.pypa.io/en/stable/installing/), then:

pip install Flask Flask-SQLAlchemy

# Run

python hangman.py

Create dabase with:

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

# Links

* Hangman github repository: https://github.com/vlopezferrando/hangman
* Slides: https://slides.com/victorlf/flask
* Flask: http://flask.pocoo.org
* Jinja2: http://jinja.pocoo.org/docs/dev/
* Bootstrap: http://getbootstrap.com
* JQuery: https://jquery.com