Playing games is fun but making games is even better, especially with Kotlin and libGDX. Let's build together a breakout game and let's explore the gaming framework libGDX.
This session will show some libGDX's concepts: how to draw and animate elements of our game, how collision system works to destroy our bricks, what Kotlin brings to libGDX. Then we will dive into more advanced topics like shaders, in order to handle pixels from our images. Why are we doing all of this? To break the high score, of course!
Code: https://github.com/dwursteisen/beat-the-high-score
Game: https://play.google.com/store/apps/details?id=com.github.dwursteisen.beat
Video: https://www.youtube.com/watch?v=kDxerDYelLs
(KotlinConf 2018 - 4th October 2018 - Amsterdam)