Change Log
Back to Shuflev0.1.9
- Added a dialog to alert people the main site is ready (not used yet)
- Changed how the game started event is tracked. Now it is tracked when the user submits their first guess rather than when the page loads.
v0.1.8
- Added a banner to allow people to opt in to anonymous analytics
- Added analytics to different game actions (game started, game finished, game mode changed, etc) to track interaction
- Added the privacy policy and preferences pages
- Fixed the result message for 6 tries and a win vs 6 tries and a loss
v0.1.7
- Added an answer to the Stats Dialog. This can optionally be shown after you complete the game by clicking the eyeball icon. If you would like to reset and continue you still can!
- Added a timer counting down to the next daily puzzle in the Stats Dialog
- Fixed the colouring of yellow guesses. Only the the appropriate number of guess will be yellow if there are duplicates. For example, if you guess the same card 5 times and one is correct only the one in the correct spot will turn green. If you guess the same card twice and neither are in the correct spot only the first one will turn yellow instead of both.
v0.1.6
- Added icons for the card suits instead of emojis because emojis are unreliable in the browser
- Added toasts for some actions (i.e. finishing the game and copying results)
v0.1.5
- Fixed the share results text saying 6/6 when you did not get the correct answer (now says X/6)
- Fixed the emojis in the legend not showing up on some phones/browsers
v0.1.4
- Fixed some styling issues where styles were not applying to different screen sizes correctly
v0.1.3
- Made the header smaller on smaller screens so it takes up less room
- Made the header buttons smaller to fit smaller header
- Moved the info button to the right side
- Added the `redeal` (die icon) button to differentiate from a `reset` which keeps the current answer and `redeal` whichs reshuffles for a new answer
- Added confirmation modals to reset and redeal
v0.1.2
- Renamed to Shufle
- Added forcing HTTPS
v0.1.1
- Fixed the last row of emojis not being added to the share text
- Fixed the share button being disabled when the game is over with an incorrect answer
- Fixed the stats modal not showing when the game is ended with an incorrect answer
v0.1.0
- Added 2 different game modes: Daily and Classic
- Added the options dialog to switch game modes
- Added the stats dialog to see the puzzle # and share the results
- Added current game mode and version to the footer
- Added the change log
- Fixed the emojis in the info dialog legend
- Fixed the diamond/heart emojis being reversed
- Fixed the backspace button behaviour
- Fixed some styling issues