Unnamed JS-Word-Game

I wanted to test Codex and generated a little game-idea I have had for a while. A word-game where the player has to construct words out of the word-tiles they are given, combined with the letters of the words from the round before.

Each round is restricted to 30 seconds and the player has to build a word that they haven’t used before. After a correct word has been submitted, the player gets dealt new letters. It’s always possible to construct at least a valid 2-letter-word out of the new letters that are given.

I got word-lists from different sources for EN and DE.

The experience with Codex was OK, it was all included in the normal paid tier, no messing around with API keys. I have never reached any limits. The resulting vanilla JS-file is currently around 2k lines.

The front-end styling was bad as always with LLMs, but the resulting CSS was ok to fix.