project #4: Combat System

Assigned: 2007/12/10
Due: 2007/12/24

Choose you battlefield from the instructor provided scene set.
Use the NPCs provided from the instructor as the enemies.
The pose data are saved in all NPC’s skeleton ASCII .cwk file with “Pose” keyword. You can use your previous homework result to check the NPC’s pose.

Write your combat system. The major subjects of this assignment are

  1. NPC’s AI
  2. The enemies should be allocated in different site of the scene.
    When the player walking through inside the scene, The enemies should attack the player.

  3. The player should attack the enemies.
  4. You should have a number system to calculate the life of the player & NPCs.
    You need to demonstrate the dead of the player and NPC.
    For example, the “Game Over” showing on screen.