JamesHDuffield / ascii-rust

A retro ASCII art space shooter, inspired by Vampire Survivors, written in the Bevy game engine.
https://jameshduffield.github.io/ascii-rust/
2 stars 1 forks source link

Hosted high score board #14

Open EchelonFour opened 1 year ago

EchelonFour commented 1 year ago

To show off how hard you win. (probably a firestore database or something)

JamesHDuffield commented 1 year ago

I wonder if google play store leaderboards would be sensible: https://developers.google.com/games/services/common/concepts/leaderboards

EchelonFour commented 1 year ago

Then you gotta sign in to submit a score. And I was thinking of a system the board was fresh for each git version. Good for this rapid dev.