Planning crowd interactions
Sometimes we put aside the planning phase while creating a game and think that all we need to create an awesome game is to have an idea and everything will flow smoothly from our head. Successful games are successful because every step of the development is planned to the smallest detail, and we should remember that when creating our own games. At this point, we have a strong technical knowledge to develop a challenging and interesting game with plenty of AI features in it, so our next step is to combine the ability to create games with a plan to make them look better.
Now that we've analyzed some popular examples of crowd interaction systems in video games, we can take a look at how to plan these types of interaction. We will follow the examples from before and see how we can plan similar crowd interaction into our games.
Group fight
Let's create a scenario where we have multiple AI characters fighting the player. We start by implementing the combat features into...