BeeLazy is a python based kivy game. It's all about a bee that tries to get through life by passing various obstacles.
It's all about not getting hit or thinking the other way around hitting something. By pressing the screen the player gains height. By stop touching, gravity pulls the player into the abyss.
The goal is to pass as many obstacles as possible and to crack the highscore.
- the coverage must be 100%
- negative and positive test cases should be tested
- formatting the code with black
- static code analysis with mypy and pylint