|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <!DOCTYPE html>
- <html>
- <meta charset="utf-8">
- <head>
- <link rel="stylesheet" href="../../style.css">
- </head>
- <body>
- <script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
- <div id="header">
- <div>
- <strong id="title">Open Game Studio</strong>
- <div id="lang">
- <a href="../../en/news/ogs-editor-0.9.html">EN</a>
- <a href="../../ru/news/ogs-editor-0.9.html">RU</a>
- </div>
- </div>
- <div class="header2">
- <div class="menu">
- <a href="../../ru/news/index.html">Новости</a>
- <a href="../../ru/game/index.html">Игры</a>
- <a href="../../ru/tool/index.html">Инструменты</a>
- <a href="../../ru/page/about.html">О нас</a>
- </div>
- <a class="discord" href="https://discord.gg/3A6THQabNf">
- <img src="../../images/discord.png"></img>
- </a>
- <div class="clear"></div>
- </div>
- </div>
- <center>
- <h1>В новостях...</h1>
- <div class="news_item">
- <h2 class="news_item_title">
- <a href="ogs-editor-0.9.html">Материалы прямого эфира за май 2016</a>
- </h2>
- <p class="news_item_date">
- 2016-05-29 00:00
- </p>
- <div class="news_item_contents">
- <iframe width="560" height="315" src="https://www.youtube.com/embed/8gHYOkMRoos?list=PLWMTZqE4MAMKp3wP1N63xbdhdgfKi-d-J" frameborder="0" allowfullscreen></iframe>
- <p>В этот раз мы показали, как создать простую игру на основе Домино. Ниже приведены все материалы, связанные с созданием игры.</p>
- <ol>
- <li>Редактор 0.9 для Linux (на основе Debian), OS X (10.9+), Windows <a title="SourceForge" href="https://sourceforge.net/projects/osrpgcreation/files/Editor/jenkins/49_2016-05-24_04-48-47_0.9.0/">доступен на SourceForge</a>. Просто распакуйте и запустите скрипт run.</li>
- <li>Проект Домино, созданный во время прямого эфира <a title="GitHub" href="https://github.com/OGStudio/domino-livesession">доступен на GitHub</a>.</li>
- <li>Видео репетиции создания игры, на которые есть ссылки в прямом эфире, <a title="YouTube" href="https://www.youtube.com/playlist?list=PLWMTZqE4MAMKp3wP1N63xbdhdgfKi-d-J">доступны на YouTube</a></li>
- </ol>
- </div>
- </div>
- <div id="footer">
- Сайт сгенерирован <a href="http://opengamestudio.org/pskov/ru">ПСКОВОМ</a>
- из <a href="http://github.com/ogstudio/site-opengamestudio">этого исходного кода</a>.
- Сайт размещён на <a href="https://pages.github.com">GitHub Pages</a>.
- </div>
- </center>
- </body>
- </html>
|