Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vlopezferrando/hangman
- Owner: vlopezferrando
- Created: 2016-01-25T10:56:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T15:07:53.000Z (almost 9 years ago)
- Last Synced: 2023-04-25T15:36:12.306Z (over 1 year ago)
- Topics: flask, web-application
- Language: HTML
- Homepage:
- Size: 362 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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