Chapter     9

Drone Grid Case Study: The User Interface

This chapter will cover the user interface for our Drone Grid case study game. The Main Menu System is covered first, which allows the player to choose between a new game, continuing an old game, or viewing the high score table. Next, the creation of the high score table is covered, including the class that is used to implement it. The high score entry menu is then discussed with the class that is used to implement that menu system. Finally, a hands-on example is given to demonstrate these user interfaces.

Creating the Main Menu System

The menu system for our game will consist of a main menu represented by a MainMenu class. Each item in the main menu is represented by a MenuItem class. ...

Get Beginning Android 3D 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.