Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 902 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 902 Bytes

HeadlineGuesser

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.

Live Preview of game:

http://209.38.248.210:80 <- (currently offline becuse my free digital ocean credits exipred)

Running the game locally

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

Requirements

  1. Flask

Privew of the game

Guessing Page Screenshot 2023-06-02 at 17-20-54 Random Article Result Page Screenshot 2023-06-02 at 17-21-05 Guess Result