Simple game where the goal is to guess the correct date for a given headline Now also includes article ordering game with differing difficulty levels.
http://209.38.248.210:80 <- (currently offline becuse my free digital ocean credits exipred)
to run on linux simply make the HeadlineClass.py an executable using
python3 -m flask --app HeadlineClass run
or
flask --app HeadlineClass run
if you have flask in your PATH
- Flask