Skip to content

calebtote/wargame_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Basic wargame, with AI opponent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages