Skip to content

Releases: rydash/letter-potato

v0.3.3

12 Jun 16:56
Compare
Choose a tag to compare

Other

  • Updated to modular AWS Amplify API
  • Added Lambda Layer to share dependencies across lambda functions
  • Updated lambda runtime to Node 14.x (as AWS is ending support for 10.x at the end of July)

v0.3.2

27 Jan 18:24
Compare
Choose a tag to compare

Features

Other

v0.3.1

24 Jan 16:36
Compare
Choose a tag to compare

Features

  • Guesses that match an already found word are processed locally instead of through the validateWord Lambda. This means you should get quicker feedback if your word was already guessed by someone else!
  • Added a prompt that will make sure you're still there if you haven't submitted a guess after 15 minutes.
  • For whismy's sake, shuffled the order of letters that appear after the room loads.

Other

  • Now deploying to the production environment for this Amplify app.
  • Updated favicon.

v0.3.0

23 Jan 17:40
Compare
Choose a tag to compare

Features

  • Made letters in the word grid into buttons. When pressed, they'll add to the end of the current guess. Now you don't even need to open your mobile keyboard to play!

v0.2.1

23 Jan 17:35
Compare
Choose a tag to compare

Features

  • Made new games slightly easier. (2 -> 3 vowels, 6 -> 5 consonants)

Other

v0.2.0

23 Jan 17:32
Compare
Choose a tag to compare

Features

  • Changed to a more spud-like color scheme.
  • Significantly improved the game room's appearance.
  • Added auto-update support to each game room. Words found in that room update for all players on a fixed interval, currently every 10 seconds.
  • Added current game version to bottom-right corner.

Bugfixes

  • Disabled ability to submit guesses until the current guess is validated.

Other

  • Added PropTypes to React components.
  • Added JSDocs to Lambda functions.
  • Updated README with in-progress info, updated links.

v0.1.0

23 Jan 17:23
Compare
Choose a tag to compare

Features

  • Initial release!