After generating the code from the previous section, we will know start creating our monster object. We will create a monster object called orc. We need to create an instance of the ...
We will add a position object and will use a struct to represent that type of data. Where we will need the monsters x and y positions. Our Monster is missing a name, mana, hp, name, equipped Weapon, ...