zhurai / Wordle-Analyzer

MIT License
0 stars 0 forks source link

Data: Save Statistics #12

Closed zhurai closed 2 years ago

zhurai commented 2 years ago
zhurai commented 2 years ago

possible format for the separate file in json format (adapted from dict with some lists)

{
'length'=number 
'once': [  array/list of all the letters   ]
'multiple': [  array/list of all the letters   ]
'position 1': [  array/list of all the letters   ]
(...)
'position x': [  array/list of all the letters   ]
}
zhurai commented 2 years ago

Disregard JSON proposal. After discussion, it was decided that the statistics were better put into a cvs file instead