Created
July 25, 2017 13:28
-
-
Save realsonic/aa3ad4261b97d0274c7743153281c549 to your computer and use it in GitHub Desktop.
Пример кода пробной игры.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Игра.Новая() | |
.Имя("Пробная игра") | |
.Локации() | |
.Локация("Пещера", "Холодная и мрачная пещера") | |
.Локация("Поляна", "Светлая и приветливая полянка") | |
.КонецЛокаций() | |
.Настройки() | |
.НачатьВЛокации("Пещера") | |
.КонецНастроек() | |
.ЗавершитьСоздание() | |
.ЗапуститьИгру(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment