The previous chapter introduced Kivy so that we could start building cross-platform applications. As a way of applying concepts, we created an Android application that captures images and continuously sends them to a Flask server.
This chapter applies those same concepts by creating a multi-level cross-platform game where the player has a mission in each level, which is to collect coins that are randomly distributed on the screen. Monsters try to kill ...