Tag: libgdx

  • Day 22 – Learning Android Development

    Click here for the latest version of the game. Remember, left-arrow key to jump and right-arrow key to blast. Beware, it’s extremely hard right now because I was testing how far Steel can jump (3 chopped trees is the max) and the insects have gotten harder to kill. If you make it to where there…

  • Day 16 & 17 – Learning Android Development

    Day 16 I spent the whole day finishing star-assault. The idea was to implement what was missing from the tutorial. On day 15 I had implemented turning and collision detection between bob and blocks. In total, what follows was what I added to the game: Gravity: Bob now falls down at a constant speed if…

  • Day 12 and 13 – Learning Android Development

    I decided to start with game development on android. I will use a free library called libgdx and follow a tutorial on making a little 2D game with it. libgdx is a java library that allows its users to create games on their desktop and then deploy it to Android. The author of the tutorial says that…