Public
Like
bigwordbot
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.
Viewing readonly version of main branch: v205View latest version
This is most of the backend for @findabigword.bsky.social. It posts a new grid every
- postToBluesky.ts, chron val that does the posting.
- scramble.ts and retryFill is where seeded words get turned into puzzles.
- viewBoardSolutions is an endpoint for bigwordbot.val.run/ that just works as solver for 4x4 orthographic grid games. Give it 16 characters as a route: https://bigwordbot.val.run/ALEXWEINISNTCOOL
- gridEdit5x5 is a vibe-coded editor for created grids with black spaces.
- gridRetryFill contains the core function for taking a word and embedding it in a grid.
- bluesky_bot_template is what posts the current grids to bsky.
- fabwbogglelike calls
gridRetryFilland uses Observable plot to create an svg.