Commit graph

22 commits

Author SHA1 Message Date
edeac3b2fd Fix blank letter at end-of-game bug 2023-10-13 21:56:02 -07:00
22d7ce969e Add some mitigations against blank letter bug 2023-10-13 21:30:06 -07:00
ad540e4c4b Fix bug whereby arrow ignored ephemeral tiles 2023-10-03 20:32:47 -07:00
79610b958b Fix end-of-game UI bugs 2023-09-25 20:50:58 -07:00
880667b80e Remove turn log message after game over 2023-09-23 12:20:52 -07:00
2fa28ce3d4 Add arrow for fast play 2023-09-23 10:53:07 -07:00
a34ad8cd12 Improve UI; add end game button 2023-09-21 19:01:56 -07:00
75d8db4098 Improve 'Add to dictionary' UI 2023-09-21 18:55:33 -07:00
6c7a90c421 Add confirmation choice for passing 2023-09-21 18:40:41 -07:00
e0fe22e9ce Add end game conditions
Also fix some UI bugs
2023-09-20 18:59:32 -07:00
0d30ac0b46 Add AI tile count and total tile counts, other UI tweaks 2023-09-16 21:08:10 -07:00
e7c46c8efd Add standardized turn summary messages.
Same logic for both player and AI
2023-09-15 21:01:49 -07:00
e5b2e4139e Clean up UI code 2023-09-15 20:37:40 -07:00
c1d7a2f774 Add AI turn highlighting 2023-09-14 19:38:34 -07:00
a014805cbf Automate AI plays 2023-09-14 19:14:19 -07:00
ef4506b55e Refactor code to utilize TurnActions on player moves 2023-09-14 18:53:47 -07:00
8fd250170b Add rudimentry but functional AI integration into UI
Also fixed some bugs that could cause AI process to either
produce invalid words or crash.
2023-09-12 22:13:36 -07:00
60fabb0214 Add difficulty menu to UI (not yet functional) 2023-09-08 23:32:44 -07:00
cdfd8b5ee9 Fix bug where UI wasn't detecting 7-letter word bonus 2023-08-24 20:37:01 -07:00
733feecfe3 Add adding words to dictionary mid-game 2023-08-24 20:29:08 -07:00
4f8f14364c Removed unused parameters in UI 2023-08-23 21:58:34 -07:00
974751bda0 Split UI code into separate files 2023-08-23 20:46:43 -07:00