Skip to content

Update wordlist#49

Closed
feld wants to merge 2 commits intoArcaneCircle:mainfrom
feld:aspell-wordlist
Closed

Update wordlist#49
feld wants to merge 2 commits intoArcaneCircle:mainfrom
feld:aspell-wordlist

Conversation

@feld
Copy link

@feld feld commented Feb 5, 2025

This updates the wordlist using 5-letter words in the 2of12int.txt list from Aspell which is appropriate for word games.

#47

@feld feld changed the title Combine and update wordlist Update wordlist Feb 5, 2025
@adbenitez
Copy link
Contributor

this can't be merged, the word list is sorted alphabetically, currently the game moves the array index +1 every day, so if the array is sorted it will always be pretty similar words every day, it needs to be shuffled or the game needs to be improved with some algorithm that doesn't change array index incrementally but in a more sparse way (but still ensuring all words are selected eventually)

the easier solution would be to use a python or node script to load the list, randomly sort it and save it back and propose that word list then in this PR

also I am afraid this is a change that needs more careful thinking, I would go first comparing both wordlist and removing the duplicates and then only add the extra words, analyzing if they make sense,

and in case of removing words from the existing dict also do it more on-point, not just swapping the two dicts which doesn't warrant me that the new one is better

@adbenitez
Copy link
Contributor

I removed some weird words in #52

@adbenitez
Copy link
Contributor

this is the words that are in the proposed wordlist that are not in the existing list:

celli
satay
kolas
ewers
copay
guffs
curst
luffs
shivs
manga
logon
orris
carbs
amirs
gaged
cyder
daces
helot
pricy
rowel
meeds
clipt
swobs
dript
detox
dongs
indue
ecrus
tarsi
cecal
kenos
jewed
ayahs
pinon
saree
ranee
boles
elver
midge
fetas
yucks
deers
sakis
frack
naifs
hecks
yeahs
ditzy
iambi
mewls
voles
latte
sumos
meres
maxed
apter
velum
sough
rushy
amnia
milfs
ricks
stria
infos
nevus
euros
bursa
bloop
nexts
ampul
donas
calfs
orzos
hadji
redye
wains
hared
stent
pules
porns
lupin
helve
clits
ergot
wived
jokey
horas
begum
wussy
platy
puces
sagos
weens
vinos
ragas
trigs
moues
abbes
dopas
clonk
duded
cyans
bolus
riffs
piked
crape
oohed
pelfs
hoked
resow
fifer
quaky
llano
sabot
goops
scrag
thole
twerk
sacra
auxin
dangs
gelid
hokes
gorps
narks
puses
rares
ictus
spiry
pyxes
ghats
burgh
togae
minty
micra
bawds
vaped
blase
burqa
viced
drupe
aline
oriel
chubs
reorg
pwned
bling
pipit
misdo
tuque
loris
basts
ramie
tumid
croci
trope
matts
dhoti
gussy
ulnae
lubed
lours
wrapt
halal
gript
mavin
pekes
yangs
outed
netts
onces
bluet
japes
bicep
unbid
jinni
tabla
japed
wacks
serer
cecum
retie
poofs
jabot
anime
tonne
ficus
monos
machs
wolfs
moils
romeo
yeggs
taiga
flans
puled
chyme
scree
bijou
tofus
woads
oping
nigga
savoy
yogin
senna
geeky
coses
outre
tween
appal
roues
veges
boney
riyal
shoon
chapt
fezes
taser
situp
hakes
chemo
burka
jatos
milds
wizes
rared
saggy
wight
blent
milts
nitre
toles
ranis
lieus
hajji
yuppy
nacre
nites
ditsy
stymy
vasts
maxes
neaps
baaed
withe
emoji
drest
barre
aunty
lidos
faros
besom
burbs
shewn
bleep
yetis
blogs
wikis
sises
jehad
swops
durum
nubby
poppa
chics
mopey
tipis
javas
inbox
fritz
glops
mamba
calif
rotes
thymi
ouzos
yacks
relit
karts
gnawn
senor
fests
spams
mayos
carpi
kiddy
aeons
enure
fayer
hided
hooka
vizir
glace
hemes

@feld feld closed this by deleting the head repository Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants