#!FreeDoko
# FreeDoko party

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

first seed = 0
first startplayer = 0

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

players
{
  {
    name = Mara
    type = ai

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

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

    aiconfig
    {
       difficulty = chancy
    }
  }
  {
    name = Sven
    type = ai

    aiconfig
    {
       difficulty = unfair
    }
  }
}

game summaries
{
}
