All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Number of hints used now tracked
- Time to pangram now tracked
- Time to solve now tracked
- Bogdle.config and Bogdle.state getting/setting now use proper functions
- Daily game will have only one pangram
- Remove 9-letter words that have anagrams of each other.
localStorage
now keeps track of all games in object array, not just most recent one in an object- Moved some functions into their own js files
- Statistics now devised on-the-fly from
localStorage
- var -> const/let
- Word sources pruned of uncommon and offensive words. Using nltk to assist.
- Bogdle.state[mode].statistics
- Semicolons
- Everything