Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 639 Bytes

Wargame

A basic game concept used to demonstrate equally basic AI min/maxing.

Requirements:
  • Python 2.7
  • pip install Enum34
Goal:
  • To be the player with the highest score after all pieces are taken.
Rules:

You have two move options: Drop and Blitz.

  • Drop: Claim an unclaimed piece, and it's points. drop

  • Blitz: Claim an unclaimed piece that is adjacent to another piece you already possess. All adjacent pieces to the newly claimed piece that are under enemy possession are now yours, along with their points. blitz