ElliotAOram / GhostPyramid

CS39440 Major project
0 stars 0 forks source link

Feature 11: Display word and genre info on viewer page #56

Closed ElliotAOram closed 7 years ago

ElliotAOram commented 7 years ago

Feature Description

The template for the guess.html page already has sections for the word and genre information. Although it might be worth refactoring the phrase and word selection from actor.py to game.py (this will mean one less layer is required to get hold of this information). Furthermore, this makes more sense for the overall design - design might require update (class diagram).

Tasks