#!FreeDoko
# FreeDoko party

# 1. standard defensiv
# 2. profi
# 3. standard offensiv
# 4. profi unfair

first seed = 3
first startplayer = 0

rules 
{
    mutate = true
    number of rounds limited = false
    points limited = false
    counting = plus-minus
}

players
{
  {
    name = Mara
    type = ai

    aiconfig
    {
      difficulty = standard defensive
    }
  }
  {
    name = Gerd
    type = ai

    aiconfig
    {
       difficulty = profi
    }
  }
  {
    name = Erika
    type = ai

    aiconfig
    {
       difficulty = standard offensive
    }
  }
  {
    name = Sven
    type = ai

    aiconfig
    {
       difficulty = profi unfair
    }
  }
}

game summaries
{
}
