thetawavegame / thetawave

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

Thetawave 'full' game smoke test #65

Closed varoonp123 closed 1 year ago

varoonp123 commented 1 year ago

We should be able to assert the the game can start and stop when the vast majority of plugins (except some graphics ones) are loaded. There are ways bevy can panic at runtime like if resources were not inserted. This would go a long way to preventing many kinds of regressions.