/hangman-evolution

A fun project to get to know python

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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/