The player
Now that we have the GameObject
class to base the components of our game world on, we can begin creating the entities that will populate the game. We will start with the player and put enough temporary code into place in the Game1
class to move and animate the brown-clad archaeologist adventurer.