thetawavegame / thetawave

A physics based, space shooter game made with Rust and the Bevy engine.
https://thetawave.metalmancy.tech
MIT License
159 stars 9 forks source link

Refactors to prepare for score tracking+high scores leaderboard #157

Closed varoonp123 closed 4 months ago

varoonp123 commented 4 months ago

Some preliminary work as I started working to some score counting with the following rules. Commits are quite atomic.

Scoring ideas

You get points for the following actions:

You lose points for:

cdsupina commented 4 months ago

You could also lose points for letting enemies get past you.