Meet the game objects
As we will be starting on the game objects in this chapter lets add all the graphics files to the project. The graphics files can be obtained from the Chapter 20/drawable
folder. Copy and paste them all directly into the app/res/drawable
folder in the project explorer window of Android Studio.
Reminder of how all these objects will behave
This is an important topic that will prepare us for when we discuss more about design patterns next. Have a quick look at all the graphics that will represent the game objects, so we have a full understanding of what we will be working with.
Now we can learn about the Entity-Component pattern.