Commit Graph

62 Commits

Author SHA1 Message Date
diginaut 0727b4c9e2 Latest requirements 2024-12-27 15:56:04 +01:00
diginaut 7912c5c897 Small cleanups 2024-11-24 21:51:33 +01:00
diginaut 34db4e34e7 Use AlpineJS clipboard plugin, eliminating empty lines in copy 2024-11-24 21:40:48 +01:00
diginaut ba53552f40 Better async at the start v0.3.0 2024-11-24 21:05:39 +01:00
diginaut bb78abe50b Use the server-provided UTC-based countdown timer 2024-11-24 20:59:49 +01:00
diginaut 8185ca21aa Game version as cache buster for CSS and game JS 2024-11-24 17:06:11 +01:00
diginaut 9757c27cc9 Do not allow to peak ahead at future words 2024-11-24 17:02:23 +01:00
diginaut eab6605c83 Merge pull request #1 from aquatix/savegames
Savegames using Alpine.js persistence
2024-11-24 16:54:09 +01:00
diginaut 0ae7b8618f Reset game state when new/different game has started 2024-11-24 16:49:00 +01:00
diginaut f52ae3cb8f Cleaned up non-Alpine.js persistence code 2024-11-24 16:45:23 +01:00
diginaut bbfa172e7a Persist the important game data in localStorage 2024-11-24 16:32:13 +01:00
diginaut 795ee7aa16 Started work on saving game state 2024-11-23 22:16:47 +01:00
diginaut 48ccb99492 Restored accidentally removed test-for-localStorage functions 2024-11-23 21:38:42 +01:00
diginaut 4058dc3a7a Merge branch 'main' into savegames 2024-11-23 21:20:18 +01:00
diginaut e7a39becfc Latest requirements 2024-11-23 21:18:18 +01:00
diginaut cc20e80bf5 Initial support for server-sourced deadline 2024-11-23 14:05:46 +01:00
diginaut 622d3d9681 Latest clipboard.js 2024-11-23 13:36:35 +01:00
diginaut 28ff9368bb var-b-let 2024-11-23 13:24:45 +01:00
diginaut 1ce340853f Use CSS to style centering the guess lists 2024-11-22 13:05:56 +01:00
diginaut 20321f0bb4 Use UTC for calculating the current game 2024-11-22 13:05:52 +01:00
diginaut f8a3561d9a Use localStorage for restoring saveGame 2024-11-19 22:18:56 +01:00
diginaut 6d12d3bbc5 Fixed paths to the favicons v0.2.2 2024-11-19 22:01:21 +01:00
diginaut f0deb1a6f3 Latest requirements 2024-11-19 21:20:53 +01:00
diginaut f3117ce121 Added favicon in various formats 2024-11-19 21:19:57 +01:00
diginaut b3c6da59b8 Only use Scrabble words when available 2024-11-19 15:20:20 +01:00
diginaut 49e40201dc 20241108: Scrabblewoordenboek as source 2024-11-19 15:17:21 +01:00
diginaut c0c0ecb28b Make sure there's no accidental space before or after the word v0.2.1 2024-11-09 18:46:13 +01:00
diginaut 4afa475d63 Use Wiktionary WikiWoordenboek list as source v0.2 2024-11-07 15:33:17 +01:00
diginaut 5ca91ef955 No indentation in the guesses lists 2024-11-07 15:32:52 +01:00
diginaut ce6e2ea1bd Do not count rejected guesses, and show number of guesses done 2024-11-07 14:11:49 +01:00
diginaut ff7e19062e Include flexies, filter away (some?) English words 2024-11-07 14:06:07 +01:00
diginaut a81788d172 Lowered the length of words from 6-10 to 4-10 chars v0.1 2024-11-06 07:40:23 +01:00
diginaut 4bacc75a42 example.com 2024-11-05 16:43:55 +01:00
diginaut 948267359a Reset input when guess was successful filed 2024-11-05 15:50:19 +01:00
diginaut b942200833 Better readable heading 2024-11-05 15:49:18 +01:00
diginaut 370ce60b32 Do not blip uninitialised content on load 2024-11-05 15:29:07 +01:00
diginaut 6ff55f4878 Replace input form on correct guess 2024-11-05 15:25:53 +01:00
diginaut 898362db72 Komt voor/na 2024-11-05 15:22:45 +01:00
diginaut a7499d4e74 Generate results when word is found 2024-11-05 15:10:20 +01:00
diginaut 43dbf54e53 Style the result block 2024-11-05 14:35:12 +01:00
diginaut 8eb0f5728d More styling, nicely red feedback block 2024-11-05 14:19:52 +01:00
diginaut e172166886 Styling 2024-11-05 14:12:16 +01:00
diginaut 066a99657e Use the guess string from the store 2024-11-05 13:54:35 +01:00
diginaut cabd695e49 Do not use autofill or autocomplete 2024-11-05 13:44:54 +01:00
diginaut ed813f6828 Moved alfagok AlpineJS store to JS file 2024-11-05 13:31:21 +01:00
diginaut 7ebd52e825 Example config files 2024-11-05 12:01:16 +01:00
diginaut 3484cd1c07 Better feedback 2024-11-04 22:35:36 +01:00
diginaut e15fb46db6 x-data is apparently needed for scope :) 2024-11-04 22:28:52 +01:00
diginaut 67188ced8b Moved gameID loading into Alpine store function 2024-11-04 22:22:44 +01:00
diginaut 2a7300f126 Making the game interactive, getting results from backend 2024-11-04 22:06:09 +01:00