1 / 8

Warcraft III

Game AI Review by Michael Choppa. Warcraft III. About Warcraft III. Real Time Strategy Game Blizzard Object is to destroy the other player's buildings, using various units. How is AI used?. Computer opponent Path finding Grouping/Moving Attacking Make your own.

cleopatra
Download Presentation

Warcraft III

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Game AI Review by Michael Choppa Warcraft III

  2. About Warcraft III • Real Time Strategy Game • Blizzard • Object is to destroy the other player's buildings, using various units.

  3. How is AI used? • Computer opponent • Path finding • Grouping/Moving • Attacking • Make your own

  4. What Techniques are used? • Swarm-like behavior when moving. • Perception – Take action according to what is visible. • Reactive – autocast spells. • Creep/expand, priority on saving base. • Attack

  5. What tools are used to implement AI? • JASS script language • Event driven hierarchy • alleviate a lot of needless AI polling by executing code only when there is a reason to do something.

  6. AI Strengths • Great Pathfinding – noted one of the best in the genre. • Challenging – Computer opponents are incredibly tough if a general strategy is used.

  7. AI Weakness • Easy Computer opponent • Computer has predictable build pattern. • Computer vulnerable to certain strategies, and cannot adapt. • Annoyances • Attack cohesion (some attack, others don't) • Stray Worker

  8. How effective is AI in improving Gameplay? • Challenging opponents • Nearly flawless path finding means less micromanagement. • Units stay in an organized formation when moving. • Increases funativity.

More Related