-*- outline -*-
TODO list for the HangIt project
By Michael W. Olson et al

* Immediate needs (v0.6.x goals)
** Make resize_screen!
** Investigate usage of getmaxyx instead of COLS and LINES.
** Difference between 'static', 'register' ... (graphics.c).
** Introduce to my homebase class for their input.
** Add 2-player option in the difficulty window, and then prompt the
   user for a word if this is selected, which will be guessed at by
   the other player.

* Niceties
** Touching up of artwork, like improving the looks.
** Improve scoring & gameplay to allow for 'rounds' to be played.
** Implement word lists as an external database file to be read on
   program's start. Should autodetect categories and such.
** Re-implement hanging of other characters, maybe a choice screen.

* Far out
** Program would write external user information file, merged with the
   wordlist, that would track highscores, stats, which words used
   already, that kind of thing.
** Hints, deducting score for each hint.
** More characters to hang.
** More categorical wordlists.
