arg2009 / hangman-evolution

A fun project to get to know python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman Evolution

A fun project to get to know python

Requirements

These requirements assumes you run a Debian based linux.

If you run windows install WSL (Ubuntu) to run Linux on Windows.

If you run MacOS, install homebrew and adjust the commands accordingly.

Python 3 + pip

sudo apt-get install python3-pip

Installation

git clone https://github.com/arg2009/hangman-evolution.git
cd hangman-evolution
pip3 install -r requirements.txt
yoyo apply

Launch the web app

python3 app.py

Open your browser to http://localhost:8080

Live Demo

Merges into master automatically deploy to: https://hangman-evolution.herokuapp.com/

About

A fun project to get to know python

License:GNU General Public License v3.0


Languages

Language:JavaScript 49.7%Language:Python 35.6%Language:HTML 14.6%Language:CSS 0.1%