Now that we have created our GameTile Interface class, our next step is to proceed with creating the GameTile class and then implement the underlying code for our DrawTileText instance method.
Let's start by creating the GameTile class for our SlidingTiles app, performing the following steps:
- Right-click on the SlidingTiles project and create a new folder called Classes by choosing Add|New Folder from the pop up menu, like you did in the previous section.
- Next, right-click on the Classes folder and choose Add|New File... from the pop up menu, as shown in the following screenshot: