LINUX.ORG.RU

История изменений

Исправление special-k, (текущая версия) :

finish_game =
  clickCounter:
    hint: 0
  ,
  level: 0
  ,
  first_word: "Company"
  ,
  edges:
    0: [1,4]
  ,
  vertices:
    0: 
      text: "Company"
      coordinates: [2427.6,2512.45]

как-то так вроде

Что же ты данные входные не проверяешь, повнимательнее.

Исправление special-k, :

finish_game =
  clickCounter:
    hint: 0
  ,
  level: 0
  ,
  first_word: "Company"
  ,
  edges:
    0: [1,4]
  ,
  vertices:
    0: 
      text: "Company"
      coordinates: [2427.6,2512.45]

как-то так вроде

Исходная версия special-k, :

finish_game = {
  clickCounter:
    hint: 0
  ,
  level: 0
  ,
  first_word: "Company"
  ,
  edges:
    0: [1,4]
  ,
  vertices:
    0: 
      text: "Company"
      coordinates: [2427.6,2512.45]
  }
}

как-то так вроде