David Volovskiy
|
5435bc7f34
|
Streak face fix
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
d1c19166a1
|
WORDLE_USE_DAILY_STREAK logic changed
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
c43820e75d
|
Wordle game resets after 24hrs of not playing when not using daily streak
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
41df6c113f
|
Reset streak if don't continue
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
b364a6cfab
|
Changed the lap to hard mode; fixed the ignore used letters
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
8205abe5be
|
Revert "LAP indicator now dispalys on all screens"
This reverts commit 3bfa336b4d609668f6d8c71164f8f579f41240a5.
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
255ea97cc4
|
Documentation fix
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
4b8bd61408
|
Added explanation on LAP icon
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
c87e814140
|
LAP indicator now dispalys on all screens
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
733318c036
|
skip_wrong_letter is now a toggle
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
d98f749f3b
|
Changed variable names for dictionary header
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
fdff6f581a
|
Name change in python script
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
1b887aea2b
|
Made skipping a wrong letters a #define
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
b58d6c0a2e
|
Changed size of word lists from const int to #define to avoid folding constant array error
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
8342fef84f
|
Added ability to skip already guessed letters that are wrong
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
0d16d126cd
|
Added ability to guess non-dict words and repeats as that can save 11.5KB of watch memory
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
5149e7e1dd
|
the dict of words to its own header
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
1d2fb20e99
|
Readding comment showing count of possible words.
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
099f78443e
|
Added ability to use T in Wordle
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
7f38f8e416
|
modified Wordle list to use Wordle's own list and add 2 more letters
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
1a1560b59d
|
Bugfix on elements not resetting when winning or losing
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
0d58f0d77d
|
JOB to JOb
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
af6f6002ba
|
Fixed the bug of the text not resetting after a timeout
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
a0ffd0ca7f
|
Fix on playing with daily streak
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
7ceb682675
|
Better handling of seeing if currently playing
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
cb57ef237d
|
Got rid of continue's blinking
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
ce31db3712
|
Continue test now blinks
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
1868f8446a
|
Added continue screen
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
57ca74b253
|
Added SONIC and LASER to the allowed words
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
935ede9fda
|
Fixed leaving the screen and coming back
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
4257b71562
|
combined two areas of code into one function
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
67c1089fb2
|
Don't delete the submitted characters if already guessed or not in dict
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
a0111fbe24
|
Swapped the Nice and Job so the Nice text is more likely to appear first.
|
2024-09-03 16:11:54 -04:00 |
|
David Volovskiy
|
2a10402d19
|
Removed wordle from movmeent face after testing
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
4bb4bc85fa
|
USE_RANDOM_GUESS variable added
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
1e76022146
|
Gave the wordle face the ability to give random guesses on the first word
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
1675af6449
|
bug fix on max score
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
6dd46b46b1
|
Able to turn the expanded dict on and off with a variable
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
10eda8b208
|
Added expanded dictionary to check against
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
580f8bf8ee
|
bugfix on iterating to previous position
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
02f6a3256c
|
Added documentation for Wordle face
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
3e327eb7fd
|
Another fix on the word_check
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
cef0d8836a
|
Don't allow readding already guessed items
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
8ea779874f
|
Face compares the values correctly now and does a dict lookup first
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
0c86be4a40
|
Swapped button mapping and removed fast iteration
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
676f50d194
|
Added fast cycle
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
3a24ede3de
|
day streak and further wordle dev
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
ee53e83ae7
|
Changed dict to a smaller and simpler one
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
6bf22edbdc
|
Continued Wordle dev
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
2e878e146c
|
Start of Wordle
|
2024-09-03 16:08:12 -04:00 |
|
David Volovskiy
|
fe259ee526
|
Comment change
|
2024-08-26 21:40:56 -04:00 |
|
David Volovskiy
|
d5a8c57c82
|
Additional code review change
|
2024-08-23 22:25:02 -04:00 |
|
David Volovskiy
|
c6f2bff75e
|
Code review edits
|
2024-08-23 17:35:16 -04:00 |
|
David Volovskiy
|
9640f452cd
|
Made the T and Y characters look more unique on the 4 and 6 position
|
2024-08-22 20:46:47 -04:00 |
|
David Volovskiy
|
e9837ff0cb
|
Stops Running cb_fast_tick when the watch debounce timer is defined as 0
|
2024-08-17 02:52:30 -04:00 |
|
David Volovskiy
|
2cdfa2d3b3
|
Set the debounce tick variables to 0 to make the face work the same as stock.
|
2024-08-17 02:45:22 -04:00 |
|
David Volovskiy
|
9861da84c3
|
Changed debounce to ignore button presses after a press down or up rathe rthan dact after a set amount of time due to an issue of delay_ms allowing a shoft-bricking
|
2024-08-11 11:00:08 -04:00 |
|
David Volovskiy
|
09576807eb
|
Made the days_in_month its own function
|
2024-08-10 07:40:52 -04:00 |
|
David Volovskiy
|
f85a7f2c78
|
Swapped the bell and alarm icon on the clock face to match Casio's doc
|
2024-08-10 06:38:46 -04:00 |
|
David Volovskiy
|
51176344dc
|
Made it so the code works with a completely empty preset list
|
2024-08-03 11:42:42 -04:00 |
|
David Volovskiy
|
84f0db0654
|
Fix to remove compiler complaint
|
2024-08-03 11:38:45 -04:00 |
|
David Volovskiy
|
6ae5dfef70
|
Leap Years Now Handled Dynamically
|
2024-08-03 11:20:25 -04:00 |
|
David Volovskiy
|
7bbac4cd80
|
Brought debounce time to 8ms rather than 15
|
2024-07-31 07:33:25 -04:00 |
|
David Volovskiy
|
027e42dc58
|
Moved a few lines around to match main
|
2024-07-31 07:25:09 -04:00 |
|
David Volovskiy
|
e297b3013e
|
Using debounce that triggers when there's no change for Xms rather than just ignoring new presses after Xms
|
2024-07-31 07:22:33 -04:00 |
|
David Volovskiy
|
607946ed2e
|
A little bit of clean-up
|
2024-07-30 07:27:47 -04:00 |
|
David Volovskiy
|
f7d1b8f9f3
|
Delay for starting the debounce no loonger happens
|
2024-07-29 23:53:25 -04:00 |
|
David Volovskiy
|
7f2ac61375
|
Fixed stuck fast_tick
|
2024-07-29 21:43:32 -04:00 |
|
David Volovskiy
|
73c3ba3ae7
|
Cleaned up code
|
2024-07-29 21:05:19 -04:00 |
|
David Volovskiy
|
36117ca207
|
using cb_fast_tick again
|
2024-07-29 20:48:17 -04:00 |
|
David Volovskiy
|
9727dac3c3
|
Revert "Leaving sleep with alarm button up doesn't trigger alarm button"
This reverts commit 7d5aaf60ca.
|
2024-07-29 20:28:10 -04:00 |
|
David Volovskiy
|
947e299494
|
Made the debounce register rising edges rather than falling edges
|
2024-07-29 20:13:54 -04:00 |
|
David Volovskiy
|
4a4fce428e
|
Removed some dead code
|
2024-07-29 18:24:58 -04:00 |
|
David Volovskiy
|
df2dac5a07
|
debouince now uses cb_fast_tick and holding the button now also gets debounced
|
2024-07-29 18:12:46 -04:00 |
|
David Volovskiy
|
7d5aaf60ca
|
Leaving sleep with alarm button up doesn't trigger alarm button
|
2024-07-29 07:44:31 -04:00 |
|
David Volovskiy
|
4375ca37e0
|
Added debouncing
|
2024-07-29 07:39:51 -04:00 |
|
David Volovskiy
|
a13c8c35b8
|
Code review commit
|
2024-07-20 15:59:42 -04:00 |
|
David Volovskiy
|
9ee319c888
|
Typo in comment
|
2024-07-20 14:48:32 -04:00 |
|
David Volovskiy
|
a3d23ab45e
|
Long press of Alarm goes back to default
|
2024-07-20 14:46:42 -04:00 |
|
David Volovskiy
|
a7c0fb7dfd
|
Added ability to add presets to the sunrise and sunset face
|
2024-07-20 14:35:37 -04:00 |
|
David Volovskiy
|
2afc2c6721
|
isolating this bit of complexity in movement function; Add ifdefs in clock faces for DCE
|
2024-07-10 07:22:55 -04:00 |
|
David Volovskiy
|
7f6a9e5c9b
|
Typo fix on PREFERENCES_FACE_NUM_PREFERENCES
|
2024-07-08 18:33:17 -04:00 |
|
David Volovskiy
|
b923d50652
|
CLOCK_FACE_24H_ONLY hides the preference to change the setting and defaults the mode to 24Hr mode
|
2024-07-08 18:32:41 -04:00 |
|