October 2015

Blue Tengu YouTube Title Card - S2E14

Blue Tengu’s Live Game Development Show – Season 2, Episode 14

In episode 14 of the Game Development Show’s Second Season, we get enemies to start merging into larger and clusters. We start by ensuring enemies tend to drift together by making them seek each other out, then we handle the collision event and transfer enemies from one core to another, though we do leave the […]

Blue Tengu’s Live Game Development Show – Season 2, Episode 14 Read More »

Blue Tengu’s Live Game Development Show – Season 2, Episode 13

In this episode, lucky #13, we build a charge across the networked tendrils linking enemies so that if the player tries to cut them at the wrong time, they take damage. We start by making the enemy core controlling all of the units send a charge signal down through the enemies, and then the enemies

Blue Tengu’s Live Game Development Show – Season 2, Episode 13 Read More »

Blue Tengu YouTube Title Card - S2E12

Blue Tengu’s Live Game Development Show – Season 2, Episode 12

In this episode, we give the player a way to cut the connections between enemies, and then force the enemies to go their own way with their new AI controllers after being cut off from their origins. Although we do manage to get both tasks done relatively quickly, a few debugging issues take some time

Blue Tengu’s Live Game Development Show – Season 2, Episode 12 Read More »

Blue Tengu YouTube Title Card - S2E11

Blue Tengu’s Live Game Development Show – Season 2, Episode 11

In this episode, we return to the enemy AI to revise how we do our clustering behavior, coming up with a much simpler and less processor intensive way of grouping the enemies that fly at the player. To avoid the processor-heavy calculation of each enemy x each enemy (n^n complexity), we instead relegate control to

Blue Tengu’s Live Game Development Show – Season 2, Episode 11 Read More »

Scroll to Top