1 / 9

StarCraft AI Competition

Real time strategy game AI. StarCraft AI Competition. Introduction. Developed by Blizzard Entertainment (my favourite game company). Three races: Terran , Zerg , Protoss . Basic controls: mouse and keyboard. Known to be extremely well balanced. Game Rules.

sylvia
Download Presentation

StarCraft AI Competition

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. Real time strategy game AI StarCraft AI Competition

  2. Introduction • Developed by Blizzard Entertainment (my favourite game company). • Three races: Terran, Zerg, Protoss. • Basic controls: mouse and keyboard. • Known to be extremely well balanced.

  3. Game Rules • Given one base and five workers. • Use worker units to collect resources (minerals and vespene gas). • Develop technologies and manage supplies. • Train forces to defeat other players

  4. Typical units • Worker(SCV) • Technology construction(Robotic Factory) • Supply(Pylon) • Advanced unit(Lucker)

  5. Game AI • Resource management. • Strategy decision. • Timing. • Micro-operation.

  6. Required software • StarCraft Brood War 1.16.1. • Microsoft Visual C++. • Microsoft Windows XP/Vista (Windows 7 seems usable as well).

  7. Libraries and languages • C++ is recommended but Java or other languages like python is also permitted. • Using remote AI process to program an AI in other languages. • Chaos Launcher and BWAPI.

  8. Challenges • Design a good AI bot is very difficult. • Winning a game depends on many factors, i.e. operation, strategy, timing… • Bots are totally weak now and none of them can defeat expert human players.

  9. Videos • Operation bot. • http://www.youtube.com/watch?v=mrbYd4OFrWE • A whole game played by AI. • http://www.youtube.com/watch?feature=player_embedded&v=IRqAPhSrkjI

More Related