How we will build the platformer

Many things about this project will use things we learned during the Scrolling Shooter project and many things will be completely new. By going through a few things in advance albeit not in great detail will give a clearer picture of how the project will eventually turn into the fully-fledged game by the end of chapter 25.

Level design files example

In all the previous projects we spawned objects like bats, balls, snakes, apples, aliens, bullets and lasers based on logic in our code. With this game we need a way to sit back a little and design each level. There are a few different ways we could have done this. We could draw the levels in a graphics application like Paint or Photoshop and then write code to turn a ...

Get Learning Java by Building Android Games - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.