rrcampbell-exe / real-fake-birds

A guessing game featuring real fake birds.
https://www.realfakebirds.app
1 stars 0 forks source link

Changing Theme Regenerates Bird #71

Closed rrcampbell-exe closed 11 months ago

rrcampbell-exe commented 11 months ago

Currently, changing your theme regenerates the birdName that is displayed. Changing the theme over and over could be used to get bird names that players know for sure are real or fake, which would permit them to artificially inflate their streaks or records.

When changing themes, birdName should remain persistent. A possible way to handle this would be to store it locally once generated and then serve the birdName from storage after the page renders with the new theme.

rrcampbell-exe commented 11 months ago

PR #78 resolves this