1
0
Bifurcation 0

108 Révisions (master)
 

Auteur SHA1 Message Date
Daniel Perelman 0d7fafda5b Fixes to random letter generation:
* If more than 26 letters requested, don't get into an infinite loop.
* Don't give away repeat letters: always give word length + num random
    letters even if that means actually adding more random letters than
    requested due to repeat letters in the word.
il y a 2 ans
Daniel Perelman a658310214 Add index for linking to both anagram games. il y a 4 ans
Daniel Perelman 7954d2b9ed Make selected letter more visible. il y a 5 ans
Daniel Perelman ada1f6884d Change CSS for crosswords so they scale better. il y a 5 ans
Daniel Perelman 76dc78777e Add a preference for generating more compact crossword puzzles. il y a 5 ans
Daniel Perelman 6a1496df74 Fix wording. il y a 5 ans
Daniel Perelman dcd733f939 Move auto-submit checkbox to settings and hide submit button when it's enabled. il y a 5 ans
Daniel Perelman 63dfbf48ac Allow entering words after completing crossword. il y a 5 ans
Daniel Perelman cfce600885 Finish How to Play section for Anagram Crossword. il y a 5 ans
Daniel Perelman 0eeb886a1d Add credits to Anagram Crossword. il y a 5 ans
Daniel Perelman 4f6767d24d Add Credits to Anagram Bagels. il y a 5 ans
Daniel Perelman c7a8d1a4ad Re-enable appcache (offline mode) for Anagram Bagels. il y a 5 ans
Daniel Perelman 9e34b7a1d9 Enabled new save system in crossword. il y a 5 ans
Daniel Perelman 1472ef1ca3 [WIP] Save system appears to working for Bagels. il y a 5 ans
Daniel Perelman afe708d992 [WIP] Switch Game menu works. il y a 5 ans
Daniel Perelman b616b5e324 [WIP] Remember progress on page reload. il y a 5 ans
Daniel Perelman 3b216000f9 Renamed Anagram Mastermind to Anagram Bagels to use generic, non-trademarked name. il y a 5 ans
Daniel Perelman 114bf1aa2e Add license file. il y a 5 ans
Daniel Perelman 478689278a Add Array.flatMap() polyfill. il y a 5 ans
Daniel Perelman 993c873fcc Reset words found counts on new game. il y a 5 ans
Daniel Perelman b3d7259e7a Fix bug in common entry UI. il y a 5 ans
Daniel Perelman e66f8d479a Report unhandled failure case. il y a 5 ans
Daniel Perelman 528b3268fb Fix bug in other common word when loading from a fragment. il y a 5 ans
Daniel Perelman 673c63ac05 For doubled letters, grey out one instead of both if only one has been typed in. il y a 5 ans
Daniel Perelman 848b561e4c Show which guesses are common/bonus words and give counts. il y a 5 ans
Daniel Perelman 75e1ce990b Fix bug where clues could be too close. il y a 5 ans
Daniel Perelman 03a92bf68e Better crossword generation algorithm. il y a 5 ans
Daniel Perelman 18e72908c2 Cleanup/refactor crossword generation. il y a 5 ans
Daniel Perelman ff66d2cd8e Fix crossword puzzle generation bugs. il y a 5 ans
Daniel Perelman 3fd17562d8 Hightlight solved clues. il y a 5 ans
Daniel Perelman f98afe8d65 Crossword clues are most common words. il y a 5 ans
Daniel Perelman 3eea45886a Change fragment format. il y a 5 ans
Daniel Perelman 548aa21d54 Make puzzle bigger. il y a 5 ans
Daniel Perelman 927460ee74 Don't accept words with spaces in them. il y a 5 ans
Daniel Perelman 8bba7b4f6e Fix more bugs in random crossword generation. il y a 5 ans
Daniel Perelman c66f30240b Fix .afterPosition so generated puzzles won't have words that run into each other. il y a 5 ans
Daniel Perelman 987bb9b4fc Single-click instead of double-click so it will work on mobile. il y a 5 ans
Daniel Perelman 1d92a770bd Clear guesses between games. il y a 5 ans
Daniel Perelman 8d6a6721d5 Fix backspace behavior when last letter is frozen. il y a 5 ans
Daniel Perelman b2e7182c8e Support double clicking on part of puzzle to lock its known info. il y a 5 ans
Daniel Perelman 4902ecc447 Show correct guesses at bottom, most recent at top. il y a 5 ans
Daniel Perelman b041de03ec Grey out letters if they have already been used. il y a 5 ans
Daniel Perelman 6eb5ded5b4 Fix bugs in entering letters and displaying crossword. il y a 5 ans
Daniel Perelman 3701512640 Support generating random crossword puzzles. il y a 5 ans
Daniel Perelman 0d24011d2b Fragment support for crossword puzzle permalinks. il y a 5 ans
Daniel Perelman 4a2ded6718 First minimal working prototype of anagram crossword. il y a 5 ans
Daniel Perelman 1b71869509 Split mastermind's main.css into a general and mastermind-specific file. il y a 5 ans
Daniel Perelman e8eccd1378 Refactored code likely to be useful in similar games' UIs to separate file. il y a 5 ans
Daniel Perelman c14dd920b4 Refactor to factor out random and string scrambling functions. il y a 5 ans
Daniel Perelman d615c5f93e Support for shorter permalinks. il y a 5 ans