Commit graph

24 commits

Author SHA1 Message Date
Miodec 7408503db1 added capitals funbox 2022-01-25 14:02:56 +01:00
glowy ee78420aed
Updated text color to match star wars intro (#2316) by batsoup804
* Updated text color to match star wars intro 

"A long, long time ago in a galaxy far, far away..." and the following text is always in yellow, with a space galaxy background. You can find them all here.
https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.inafarawaygalaxy.com%2F2013%2F08%2Fthe-text-of-every-star-wars-crawl.html&psig=AOvVaw0l3URlf_Ur6huJS0SwfNo8&ust=1642615476042000&source=images&cd=vfe&ved=0CAkQjhxqFwoTCPiFqdLxu_UCFQAAAAAdAAAAABAO
I also thought there was nothing wrong with the background gif so I took the comment off it.

* using a better text color

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-01-19 22:34:47 +01:00
Miodec 9980e2129f fixed arrows
- moved arrow generation to a misc function
- script funboxes will be disabled with zen and quote
- fixed arrows after 100 "words"
- added arrows back to the funbox list
2022-01-01 21:48:28 +01:00
Miodec 472e8d9472 removed arrows to fix errors 2021-12-29 15:44:21 +01:00
Miodec 23c15803e1 updated arrows description 2021-12-23 00:17:32 +01:00
swinelordvastus daf2fe8ebd
feat: initial arrow funbox (#2203) by vastus
* feat: initial arrow funbox

* feat: arrows icons arrowkey input and non repeating arrows

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-12-23 00:15:15 +01:00
Jonny-exe d61476e642
Added wikipedia mode to funbox (#2069)
* Added wikipedia mode to funbox

* removed console log

* added loader when getting section

* Fixed error where Wikipedia section would be too short for certain time or words amount.

* fixed error where words where not added to UI

* Add minimum of 100 words for poetry and wikipedia funbox in time mode

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-11-17 19:49:45 +00:00
NottNott 75b611da88
Modify layoutfluid description (#1797) 2021-09-01 16:11:06 +01:00
shishberg 87287532aa
Pseudolang funbox mode - gibberish, but more wordlike (#1722)
* add wordset

* added withWords

* add Gibberish class

* add gibberish2 funbox

* rename gibberish2 to jabberwocky

* add CharDistribution to improve memory efficiency; move funbox check into Wordset

* cleanup

* prettier

* more meaningful description

* added some comments and clarified some names

* fix after rename

* s/jabberwocky/pseudolang/
2021-08-22 12:30:30 +01:00
shishberg 08ad5728db
Add weakspot mode. (#1606) by shishberg
* Add weakspot mode.

This keeps track of a per-character "weakness" score, basically a
moving average of the spacing duration with a penalty for incorrect
letters. The weakspot funbox mode uses this to bias towards words
with lots of weak letters.

* Comment about keeping weaknessScores

* Move weakspot to its own module.

* prettier
2021-07-10 01:23:47 +01:00
Miodec e23103e503 added plus two funbox 2021-06-09 15:27:48 +01:00
ben potter 0202725d4f
Add poetry funbox by benjaminpotter 2021-06-08 16:10:17 +01:00
Miodec 35941a9980 removed duplicate read ahead hard 2021-02-26 14:51:15 +00:00
Jack 0d611c2799
Merge pull request #1026 from matthope1/read-ahead-hard
added read ahead hard funbox
2021-02-24 16:46:55 +00:00
root 8917a67b13 added read ahead hard funbox 2021-02-24 11:34:48 -05:00
Miodec a739f521e4 added read ahead hard. closes #1019 2021-02-24 15:04:23 +00:00
Miodec 4645def6e3 renamed list.json files to _list.json so they appear at the top 2021-01-13 03:32:38 +00:00
Jack 167cb06d4a added read ahead easy 2020-12-25 23:17:22 +00:00
Jack c086fd9bca enabled nospace again 2020-12-07 17:34:53 +00:00
Jack 77b159595a temporairly removed nospace due to it producing invalid results 2020-12-03 13:17:41 +00:00
Jack 036dce5ac4 renamed no space to nospace 2020-12-03 00:31:42 +00:00
Jack f35415f296 added no space funbox 2020-12-02 14:39:48 +00:00
Jack edf0904836 fixed tts box caret showing words #566 2020-11-10 13:53:54 +00:00
Jack d9c817871a moved files from public to static 2020-11-04 01:02:19 +00:00