spydon / investania

A game about how to save money for Skandia hackathon 2023
MIT License
7 stars 1 forks source link

Networked highscore with SupaBase #1

Open spydon opened 1 year ago

spydon commented 1 year ago

A simple highscore so that people can play at different devices.

Add some small thing to avoid cheating, don't put too much effort into this, just something that makes sure you can't just replay a request with a higher score.

https://supabase.com/docs/guides/getting-started/quickstarts/flutter

This isn't needed, but can be interesting reading if you are more interested. https://supabase.com/blog/flutter-real-time-multiplayer-game

spydon commented 1 year ago

Maybe we should start with a local highscore and if there is time someone can work on this?