Feedback from someone who bounced within the first second because of the signup requirement. I would like the play it but honestly I couldn't care less about the leaderboards.
Hey, I have added "Play without account". You can play it without login now. But your stats will be saved locally and you won't be able to get position in leaderboard. But if you want to, then you gotta register. I hope you give further feedback after playing the game.
Nice. Game looks nice, but I realized that I don't really know of any painters so I got out quite fast again. Maybe hints or straight up "J _ _ o r _ _" if hints aren't enough. Potentially turning it into a teaching tool as well, about these painters.
Understandable. I didn't want users to require signup as well. But wanted to have the leaderboard. I'll see if I can find a solution for this. Thank you for the honest feedback. Appreciate it.
Just finished creating this quick game idea.
The idea itself is not that complex but it's surely hard to play the game.
So, basically you'll be shown paintings(mostly old ones) and you have to guess the name of the painter. You get to see your stats, and a global leaderboard.
I didn't want user's to register for the game. But to store leaderboard data I had to implement signup. But it's only being used to create the leaderboard, nothing else.
You could do a leaderboard without user accounts by issuing a cryptographically-signed cookie to each browser. If people delete their cookies, they lose their stats.
I agree with the others, the signup made me bounce immediately.
I think it could be interesting to do as a versus game, where you could share a game link and compete with your friends.
To create the leaderboard. I did not want to implement login as well. Let me see if I find any other solution or have to completely remove the leaderboard I guess.