Public
Like
thinkalittlelonger
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: v177View latest version
- i have added an integer field game_id to the rounds.ts data. It is currently always set to 0.
- Change the structure of the game_results table so that game_id is an int. change the db init code as well. you can drop the existing table as a one-off
- eventually there will be more games than id = 0, so update frontend code and anywhere else to use the game_id from the rounds data.
How to play.
- You'll be given a constraint (like: ends with FISH)
- Try to think of a long word that fulfills the constraint (like: CUTTLEFISH)
- If the word is in the dictionary, you'll get one point for each letter (CUTTLEFISH is worth 10 points)
- there are five rounds and no time limit. So feel free to...
THINK A LITTLE LONGER
- header
- instructions
- Title
- playButton
- notes - smaller text with 3 list items:
- Wordnik Disclaimer
- Made on/with val town : source code
[Wordnik disclaimer] [LLM disclaimer] [source code]
Title
new text for
- remove the play again button from postGame and leaderBoard views
- improve input from physical keyboard
- browser shortcuts shouldn't be overrode
- as an example if the user tries to refresh the page with cmnd+R, it will not work, and instead R will be added to currentGuess.
- on postGame view, make sure the keyboard component is visible