Hi, this is Xinran Tao. Thank you very much for downloading this project! This projected was submitted on 05/09/2020.
The game is published on itch.io. You can play it with a browser on your PC. I've also written a blog post about the development process. You can check it out here.
├─Player
│ ├─PlayerAction.cs
│ ├─PlayerController.cs
│ ├─PlayerSensor.cs
│ └─PlayerState.cs
└─System
├─Audio
│ └─AudioManager.cs
├─Effect
│ ├─CameraEffect
│ │ └─CameraShake.cs
│ └─MaterialEffect
│ ├─BlinkEffect.cs
│ └─DissolveEffect.cs
├─Map
│ ├─BallController.cs
│ ├─DeathController.cs
│ ├─HealthIncreaseController.cs
│ ├─MapGeneration.cs
│ └─ObstacleController.cs
└─UI
├─HealthBar.cs
├─HighestScoreController.cs
├─MainMenu.cs
├─ManaBar.cs
├─MouseCursor.cs
└─ScoreController.cs
Please make sure you use Unity 2019.4.9f1 release to import the package.