• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
alexwein

alexwein

thinkalittlelonger

a little game where you think of big words
Public
Like
thinkalittlelonger
Home
Code
5
frontend
6
scripts
2
towniePrompts
3
README.md
H
index.ts
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
towniePrompts
/
rounds.md
Code
/
towniePrompts
/
rounds.md
Search
…
Viewing readonly version of main branch: v132
View latest version
rounds.md

strategy for real data

In the first version of the game, there will be 7 rounds

The valid word list I use is wordnik, and it is hosted on github at the following url: https://raw.githubusercontent.com/wordnik/wordlist/main/wordlist-20210729.txt it also exists in my sqlite database in the table judgments which has a column "word"

I have duckdb queries that return solutions for each round. For example. This query returns all words that start with p and end with p:

from judgments
select word, length(word) as n_letters,
where
-- starts and ends with p
word like 'p%p'
order by n_letters desc

some of the results of the

create a new table:

yourbiggestword

fields

  • id
  • slug - string representing round_name 50 character max
FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2026 Val Town, Inc.