Sunday 2 September 2012

Flying pumpkin

A typical arcade game consists of three main components:

  • player
  • level
  • enemies

Let me present you with one of the enemies from WizardBlast, the Flying Pumkin.

Pumpkin is the easiest to defeat type of enemy you will meet in the game (and the most stupid one). All it does, is wander around in a slow fashion.

These are AI parameters for this peculiar monster:

    <Lazyness>0.9</Lazyness>
    <TurnSpeed>6.5</TurnSpeed>
    <Predictability>2</Predictability>
    <Speed>0.35</Speed>
    <Intelligent>0</Intelligent>



2 comments:

  1. It'd be nice if you elaborated on those AI parameters.

    ReplyDelete
  2. I shall provide a full explanation in one of the forthcoming posts :-)

    ReplyDelete