Chapter 4. Where Do I Put My Stuff?

The next milestone in the development of our game will be to create some GUIs that will help convey certain information on status and inventory items, presented to the user in a heads-up display (HUD). This chapter will also discuss how to create screens that help guide the user through the creation process for their initial game profile and how to implement the logic to save and restore their game profiles.

We will cover the following topics in this chapter:

  • Inventory and HUD layouts with skins
  • Character design with stats
  • Item equip with inventory management
  • Save and load game profiles

Inventory and HUD layouts with skins

By the end of this chapter, you will have a functional UI that will display the player's current ...

Get Mastering LibGDX Game Development 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.