Commit graph

  • defd01f9f0 Added baby mode which used to be easy mode; easy mode is now same speed as normal, but 3 frames to jump and normal is 2 frames. David Volovskiy 2024-07-17 17:05:48 -0400
  • abc0bedbde Gave an extra jumping frame for non-hard mode; Curr scroll now loops; Title changed to ER David Volovskiy 2024-07-16 22:35:07 -0400
  • ed3c4d3c30 Fixed the long delays when beginning a game David Volovskiy 2024-07-16 09:29:19 -0400
  • e2870eb7af Removed the binary print debug function David Volovskiy 2024-07-16 08:51:45 -0400
  • 73a975d0d9 Added endless-runner face David Volovskiy 2024-07-16 08:50:11 -0400
  • 4dedcb3a6d Added ability to find best starting word David Volovskiy 2024-09-03 10:15:48 -0400
  • dd719183cf hard mode btn changed; logic changed on daily streak so if puzzle wasn't started and completed the previous day, then drop the streak David Volovskiy 2024-08-28 21:38:09 -0400
  • 5435bc7f34 Streak face fix David Volovskiy 2024-08-27 13:08:13 -0400
  • d1c19166a1 WORDLE_USE_DAILY_STREAK logic changed David Volovskiy 2024-08-27 12:31:22 -0400
  • c43820e75d Wordle game resets after 24hrs of not playing when not using daily streak David Volovskiy 2024-08-27 12:08:24 -0400
  • 41df6c113f Reset streak if don't continue David Volovskiy 2024-08-26 22:24:33 -0400
  • b364a6cfab Changed the lap to hard mode; fixed the ignore used letters David Volovskiy 2024-08-26 21:10:00 -0400
  • 8205abe5be Revert "LAP indicator now dispalys on all screens" David Volovskiy 2024-08-26 19:52:15 -0400
  • 255ea97cc4 Documentation fix David Volovskiy 2024-08-25 12:38:08 -0400
  • 4b8bd61408 Added explanation on LAP icon David Volovskiy 2024-08-25 12:36:04 -0400
  • c87e814140 LAP indicator now dispalys on all screens David Volovskiy 2024-08-25 12:23:35 -0400
  • 733318c036 skip_wrong_letter is now a toggle David Volovskiy 2024-08-25 12:18:27 -0400
  • d98f749f3b Changed variable names for dictionary header David Volovskiy 2024-08-25 10:35:58 -0400
  • fdff6f581a Name change in python script David Volovskiy 2024-08-25 10:12:08 -0400
  • 1b887aea2b Made skipping a wrong letters a #define David Volovskiy 2024-08-25 10:03:38 -0400
  • b58d6c0a2e Changed size of word lists from const int to #define to avoid folding constant array error David Volovskiy 2024-08-25 09:59:04 -0400
  • 8342fef84f Added ability to skip already guessed letters that are wrong David Volovskiy 2024-08-25 09:51:08 -0400
  • 0d16d126cd Added ability to guess non-dict words and repeats as that can save 11.5KB of watch memory David Volovskiy 2024-08-25 07:15:08 -0400
  • 5149e7e1dd the dict of words to its own header David Volovskiy 2024-08-25 06:50:00 -0400
  • 1d2fb20e99 Readding comment showing count of possible words. David Volovskiy 2024-08-24 10:36:38 -0400
  • 099f78443e Added ability to use T in Wordle David Volovskiy 2024-08-23 16:48:09 -0400
  • 7f38f8e416 modified Wordle list to use Wordle's own list and add 2 more letters David Volovskiy 2024-08-23 16:39:53 -0400
  • 1a1560b59d Bugfix on elements not resetting when winning or losing David Volovskiy 2024-08-19 00:13:18 -0400
  • 0d58f0d77d JOB to JOb David Volovskiy 2024-08-18 23:58:39 -0400
  • af6f6002ba Fixed the bug of the text not resetting after a timeout David Volovskiy 2024-08-18 23:55:54 -0400
  • a0ffd0ca7f Fix on playing with daily streak David Volovskiy 2024-08-18 23:10:17 -0400
  • 7ceb682675 Better handling of seeing if currently playing David Volovskiy 2024-08-18 22:52:10 -0400
  • cb57ef237d Got rid of continue's blinking David Volovskiy 2024-08-18 22:33:03 -0400
  • ce31db3712 Continue test now blinks David Volovskiy 2024-08-18 22:30:41 -0400
  • 1868f8446a Added continue screen David Volovskiy 2024-08-18 18:33:38 -0400
  • 57ca74b253 Added SONIC and LASER to the allowed words David Volovskiy 2024-08-18 10:46:33 -0400
  • 935ede9fda Fixed leaving the screen and coming back David Volovskiy 2024-08-18 10:35:36 -0400
  • 4257b71562 combined two areas of code into one function David Volovskiy 2024-08-17 19:36:19 -0400
  • 67c1089fb2 Don't delete the submitted characters if already guessed or not in dict David Volovskiy 2024-08-17 13:22:03 -0400
  • a0111fbe24 Swapped the Nice and Job so the Nice text is more likely to appear first. David Volovskiy 2024-08-17 12:35:48 -0400
  • 2a10402d19 Removed wordle from movmeent face after testing David Volovskiy 2024-08-17 11:52:42 -0400
  • 4bb4bc85fa USE_RANDOM_GUESS variable added David Volovskiy 2024-08-17 11:50:07 -0400
  • 1e76022146 Gave the wordle face the ability to give random guesses on the first word David Volovskiy 2024-08-17 11:36:35 -0400
  • 1675af6449 bug fix on max score David Volovskiy 2024-08-17 09:49:48 -0400
  • 6dd46b46b1 Able to turn the expanded dict on and off with a variable David Volovskiy 2024-08-17 06:22:24 -0400
  • 10eda8b208 Added expanded dictionary to check against David Volovskiy 2024-08-17 06:19:31 -0400
  • 580f8bf8ee bugfix on iterating to previous position David Volovskiy 2024-08-17 06:33:14 -0400
  • 02f6a3256c Added documentation for Wordle face David Volovskiy 2024-08-17 02:13:26 -0400
  • 3e327eb7fd Another fix on the word_check David Volovskiy 2024-08-15 18:12:54 -0400
  • cef0d8836a Don't allow readding already guessed items David Volovskiy 2024-08-15 17:40:04 -0400
  • 8ea779874f Face compares the values correctly now and does a dict lookup first David Volovskiy 2024-08-15 17:02:14 -0400
  • 0c86be4a40 Swapped button mapping and removed fast iteration David Volovskiy 2024-08-15 08:59:22 -0400
  • 676f50d194 Added fast cycle David Volovskiy 2024-08-15 08:56:49 -0400
  • 3a24ede3de day streak and further wordle dev David Volovskiy 2024-08-15 08:17:10 -0400
  • ee53e83ae7 Changed dict to a smaller and simpler one David Volovskiy 2024-08-14 23:31:00 -0400
  • 6bf22edbdc Continued Wordle dev David Volovskiy 2024-08-14 23:13:34 -0400
  • 2e878e146c Start of Wordle David Volovskiy 2024-08-14 22:13:23 -0400
  • d4bd10ba5e Merge branch 'next' Matheus Afonso Martins Moreira 2024-09-03 01:03:08 -0300
  • a67076f437 Merge PR #458 - add layla tune Matheus Afonso Martins Moreira 2024-09-03 00:49:20 -0300
  • 23c422b27a Merge PR #459 - add power rangers tune Matheus Afonso Martins Moreira 2024-09-03 00:42:33 -0300
  • a2e5417de9 Merge PR #461 - improve t/y special case docs Matheus Afonso Martins Moreira 2024-09-03 00:28:25 -0300
  • b774900ae6 finally squashed the bug mcguirepr89 2024-09-02 13:10:26 -0400
  • 696f7f12ec add power rangers tune Metehan 2024-09-02 02:11:27 +0300
  • 6268ce4381 update layla tune Metehan 2024-09-02 00:03:21 +0300
  • 12b1432aae mode long press = reset_all() mcguirepr89 2024-09-01 10:10:59 -0400
  • 6f7693e880 add layla tune Metehan 2024-09-01 02:33:05 +0300
  • 20946e88f4 Merge remote-tracking branch 'fork/add_simple_calculator_face' into add_simple_calculator_face mcguirepr89 2024-08-31 17:51:01 -0400
  • 70426751f8 negative toggle was only for first_num -- fixed mcguirepr89 2024-08-31 17:47:15 -0400
  • c75a21196f commented out debugging printf() statements mcguirepr89 2024-08-31 14:46:23 -0400
  • b607b6f7a9 removed note about mode long press mcguirepr89 2024-08-31 12:44:29 -0400
  • e13d42b5b5 mode=movement_move_to_next_face & longmode = face0 mcguirepr89 2024-08-31 12:41:57 -0400
  • 28db77f90c forgot to mention long press MODE for next face mcguirepr89 2024-08-31 08:36:02 -0400
  • 18154deef4 Adds a simple calculator face mcguirepr89 2024-08-31 08:31:26 -0400
  • fa0cdef45b Merge PR #450 - sync after enabling RTC Matheus Afonso Martins Moreira 2024-08-30 16:20:41 -0300
  • 879c48ce4d Merge PR #417 - improve 24h only mode Matheus Afonso Martins Moreira 2024-08-28 23:17:59 -0300
  • db4097bf84 Merge PR #426 - add temperature input to simulator Matheus Afonso Martins Moreira 2024-08-28 23:08:36 -0300
  • dea05663b0 Merge PR #428 - fix issues in sunrise/sunset Matheus Afonso Martins Moreira 2024-08-28 23:01:48 -0300
  • 663cd725f8 Merge PR #434 - fix leap years Matheus Afonso Martins Moreira 2024-08-28 22:46:49 -0300
  • c8ca0d3619 Merge PR #431 - fix wrong number of days in month Matheus Afonso Martins Moreira 2024-08-28 22:55:43 -0300
  • 95ca374c98 Merge PR #433 - fix clock face indicators Matheus Afonso Martins Moreira 2024-08-28 22:39:12 -0300
  • 657ff724d0 Merge PR #440 - fix countdown face issues Matheus Afonso Martins Moreira 2024-08-28 22:31:47 -0300
  • 42dc15117e Merge PR #447 - improve kim possible chime Matheus Afonso Martins Moreira 2024-08-28 22:20:10 -0300
  • a715265af6 Merge PR #437 - debouncing logic Matheus Afonso Martins Moreira 2024-08-28 10:30:44 -0300
  • 9c093f9540 Merge PR #387 - configurable default birthdate/location Matheus Moreira 2024-08-26 09:24:12 -0300
  • c7413322a5 Merge PR #439 - fix scheduled task misses Matheus Moreira 2024-08-26 09:14:29 -0300
  • c8a87d3b7c Merge PR #441 - update documentation Matheus Moreira 2024-08-26 09:03:37 -0300
  • dd04443413 Merge PR #443 - improved t and y character display Matheus Moreira 2024-08-26 08:54:32 -0300
  • cae5d8a33f wait for RTC SYNCBUSY in watch_register_extwake_callback Joseph Bryant 2024-08-30 07:23:28 +0100
  • 2a194dfa69
    style: remove extra whitespace metehan-arslan 2024-08-28 20:40:32 +0000
  • 77fb6202c9
    Update SIGNAL_TUNE_KIM_POSSIBLE notes metehan-arslan 2024-08-27 13:56:36 +0300
  • fe259ee526 Comment change David Volovskiy 2024-08-26 21:40:56 -0400
  • 01940449b6
    Merge PR #442 - update devcontainer image Matheus Moreira 2024-08-26 09:41:08 -0300
  • d5a8c57c82 Additional code review change David Volovskiy 2024-08-23 22:25:02 -0400
  • c6f2bff75e Code review edits David Volovskiy 2024-08-23 17:35:16 -0400
  • 9640f452cd Made the T and Y characters look more unique on the 4 and 6 position David Volovskiy 2024-08-22 20:46:47 -0400
  • f02e73c1c4
    Update Devcontainer Dockerfile Nicholas Rodrigues Lordello 2024-08-22 14:54:41 +0200
  • a4fc048f94
    Update TOTP Face Documentation Nicholas Rodrigues Lordello 2024-08-22 14:53:17 +0200
  • e2c5babb2c don't change the bell indicator from within background task Joseph Bryant 2024-08-18 22:03:05 +0100
  • dcd4d12c0a avoid delta overflow in countdown draw Joseph Bryant 2024-08-18 21:50:41 +0100
  • 20b4a32835 make sure we don't miss our scheduled tasks Joseph Bryant 2024-08-18 20:09:06 +0100