Skip to content

damianludwiczak89/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman Game

http://hangmangame.pythonanywhere.com - sometimes loads on a 2nd time, server side issue

Setup

There is no database needed so makemigrations and migrate are not needed but you may see some warning messages without doing that, which is fine as well.

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Go to provided link (http://127.0.0.1:8000/ by default)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published