Tutorials

libGDX #3 - User Input

Reacting to the user’s input Let’s not forget our goal in these series of tutorials - making games! A mandatory element that we’re going to touch (literally) in this tutorial is input from the player. Without input, we’re just creating a graphic application with a predefined logic. The interaction …