Releases: rydash/letter-potato
Releases · rydash/letter-potato
v0.3.3
v0.3.2
Features
- Direct links to rooms work now! Check one out: https://letter-potato.ryanmcgill.io/room/CODE
Other
- Single-page app routing now controlled by
@reach/router
.
v0.3.1
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
v0.2.1
Features
- Made new games slightly easier. (2 -> 3 vowels, 6 -> 5 consonants)
Other
- Changed the game URL in the README to https://letter-potato.ryanmcgill.io/
- Abstracted the use of
react-spinners
into LoadingSpinner component.
v0.2.0
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.