hackclub / sprig

🍃 Learn to code by making games in a JavaScript web-based game editor.
https://sprig.hackclub.com
MIT License
911 stars 1.11k forks source link

Add upvote for games in gallery #1948

Open recursiveforte opened 4 months ago

recursiveforte commented 4 months ago

In the gallery app view, we want to give the ability for people to upvote games. The upvote option should only be on gallery games that were not authored by the user. The upvotes do not need to initially be visible anywhere else in the web app - we just want to save the data off.

grymmy commented 4 months ago

I approve of this feature.

MichaelK-F commented 2 months ago

And when enough data is collected, the gallery could be sorted by most and least upvoted.