JSGood69 / hangman

Simple terminal based guess the word game written in Python 3.6
MIT License
0 stars 0 forks source link

Create a history_log to store history and persistant data. #2

Open JSGood69 opened 6 years ago

JSGood69 commented 6 years ago

Purpose

  1. Save game data for later analysis. may see interesting things in guess patterns. and possibly assign word difficulties.
  2. store persistent data like what words have / haven't been used .
  3. future : player name/id.

Data would consist of:

need to decide format and structure of log. issue #1 may need its own log. player_data would be a separate file that may be tied to this log

JSGood69 commented 6 years ago

Use pickle to load and store array.