bijington / orbit

The Orbit engine is a game engine built on top of .NET MAUI Graphics. The objective is to firstly enjoy the journey of building a game engine and secondly providing a framework that allows us to utilise the best parts of a cross-platform framework while building a 'typical' game.
289 stars 36 forks source link

General tidy up #23

Closed bijington closed 1 year ago

bijington commented 1 year ago

This has grown into something far more than a 'general tidy up'

The Orbit game has improvements to the detection of collisions between the planet and asteroids.

The engine now provides the ability to create instances of scenes through the LoadScene method. It further creates an IServiceScope to allow for scoping of dependencies between scenes.