Chapter 10. Pokémon Battle
Now that we have a grasp of how we can create our own custom types, we will expand upon it in this chapter. In this chapter, we will go through the following things:
- Creating a custom Pokémon type
- Creating instances of our Pokémon type and having them interact with each other
- Having Charizard and Pikachu fight with each other to solidify our understanding of having instances interact through the use of the methods that we create
- Having our Pokémon hug it out to help us understand how instances interact with each other