gamelogic - eisclimber/ExPresS-XR GitHub Wiki
Classes implementing the GameLogic of an archery game.
| Name | Description |
|---|---|
| ArrowGameLogic | Implements the basic logic of an arrow game, starting the timer, registering the score managers and starting the spawners. |
| ScoreManager | Implements the basic logic of an arrow game, starting the timer, registering the score managers and starting the spawners. |
| The score can be increase or decreased using the respective functions. To further handle how values are processed, you can choose how a score increase should be handled. | |
| This makes it possible to visualize hitting a target in multiple different ways simultaneously, i.e. count its points and count the hits. |