Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game history and favorite combinations #223

Open
TheChilliPL opened this issue Mar 26, 2021 · 1 comment
Open

Game history and favorite combinations #223

TheChilliPL opened this issue Mar 26, 2021 · 1 comment
Labels
enhancement A suggestion for a new feature or expansion of an existing feature.

Comments

@TheChilliPL
Copy link
Contributor

Players should be able to see their game history (either after logging in—that would require a login system—or stored locally in the browser's local storage).
Also, it'd be great if players could save some rounds as their favorites (a star/a heart symbol along with other icons in the top left, for example) and could come back to them later.

@TheChilliPL TheChilliPL added the enhancement A suggestion for a new feature or expansion of an existing feature. label Mar 26, 2021
@Lattyware
Copy link
Owner

This kind of functionality would be nice. Probably would be best to build it in two stages, the history stuff with simple local storage for people who don't want to log in, then expand it to a log in system for people who'd like permanence.

This is probably not something I'm likely to tackle soon, so if someone wants to take a look at it, I'd welcome PRs.

Longer term storage and user accounts do definitely raise some questions though, it'd need to be an optional component to ensure simpler deployments still work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A suggestion for a new feature or expansion of an existing feature.
Projects
None yet
Development

No branches or pull requests

2 participants