You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

137 lines
6.9KB

  1. <!DOCTYPE html>
  2. <head>
  3. <meta charset="utf-8" />
  4. <!-- Set the viewport width to device width for mobile -->
  5. <meta name="viewport" content="width=device-width" />
  6. <title>Счастливого 2017-го</title>
  7. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/normalize.css" />
  8. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/foundation.min.css" />
  9. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/style.css" />
  10. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/pygments.css" />
  11. <script src="http://opengamestudio.org/theme/js/custom.modernizr.js"></script>
  12. <!-- So Firefox can bookmark->"abo this site" -->
  13. <link href="feeds/all.atom.xml" rel="alternate" title="Opensource Game Studio" type="application/atom+xml">
  14. </head>
  15. <body>
  16. <!-- Nav Bar -->
  17. <nav>
  18. <!-- Show menu items and pages -->
  19. <div class="row">
  20. <div class="large-12 columns top-bar">
  21. <h1><a href="http://opengamestudio.org">Opensource Game Studio</a></h1>
  22. </div>
  23. </div>
  24. <div class="row top-menu">
  25. <div class="large-12 columns">
  26. <a href="/pages/games.html" class="menu-button secondary">Games</a>
  27. <a href="/pages/education.html" class="menu-button secondary">Education</a>
  28. <a href="/pages/about.html" class="menu-button secondary">About</a>
  29. </div>
  30. </div>
  31. </nav>
  32. <!-- End Nav -->
  33. <!-- Main Page Content and Sidebar -->
  34. <div class="row">
  35. <!-- Main Blog Content -->
  36. <div class="large-9 columns">
  37. <article>
  38. <header>
  39. <h3 class="article-title"><a href="http://opengamestudio.org/2017-happy-new-year-ru.html" rel="bookmark"
  40. title="Permalink to Счастливого 2017-го">Счастливого 2017-го</a></h3>
  41. </header>
  42. <h6 class="subheader" title="2016-12-31T00:00:00+03:00">Сб 31 декабря 2016
  43. <a class="button secondary small translation-button" href="http://opengamestudio.org/2017-happy-new-year.html">en</a>
  44. </h6> <p><img alt="Happy new year" src="http://opengamestudio.org/2016-12-31_happy-new-year.png"></p>
  45. <p>Ну вот. Это был тяжелый год для всех в команде. И он почти закончен. Хвала окончанию старого! Хвала наступлению нового!</p>
  46. <p>Может показаться, что наш прогресс застопорился. Три года назад мы объявили о начале нового проекта (двух, если быть точным), но до сих пор мы работаем над движком и редактором, даже не начали делать ни Shuan, ни Mahjong 2.</p>
  47. <p>Если вы следили за новостями в течение года, вы знаете что мы провели несколько "живых сессий", демонстрируя в реальном времени как можно использовать наш инструментарий для создания простой игры. Каждая сессия была шагом в долгом пути к нашей цели. В процессе подготовки к ним, мы добавляли важные элементы, которые будут необходимы для создания любой игры.</p>
  48. <p>Будущие сессии и демонстрации добавят даже больше, так что в будущем (надеюсь не слишком отдаленном), у нас будет все необходимое для того чтобы просто сесть и собрать планируемую игру из этих элементов.</p>
  49. <p>Так что проект не умер; идея не отброшена. Очень много работы предстоит сделать, прежде чем мы можем начать делать игру. И нас только двое, занимающихся всем этим в свое свободное время.
  50. Итак, вы хотите, чтобы наша игра стала реальностью? Присоединяйтесь к нам. Вместе мы будем править галактикой. Или можете просто подождать. Мы не бросили все это несколько лет назад. Не станем и сейчас.
  51. В конце концов, есть только один способ создать годный инструмент (а это наша первоначальная цель, если вы помните) - мы должны использовать его сами.
  52. Мы будем. Следите за новостями.</p>
  53. <p>Счастливого 2017-го. Пусть он будет простым.</p>
  54. <p class="subheader">Category: <a href="http://opengamestudio.org/category/news.html">News</a>
  55. </p>
  56. </article>
  57. </div>
  58. <!-- End Main Content -->
  59. <!-- Sidebar -->
  60. <aside class="large-3 columns">
  61. <!--k
  62. <h5 class="sidebar-title">Site</h5>
  63. <ul class="side-nav">
  64. <li><a href="http://opengamestudio.org/archives.html">Archives</a>
  65. <li><a href="http://opengamestudio.org/tags.html">Tags</a>
  66. <li><a href="http://opengamestudio.org/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
  67. </ul>
  68. <h5 class="sidebar-title">Categories</h5>
  69. <ul class="side-nav">
  70. <li><a href="http://opengamestudio.org/category/news.html">News</a></li>
  71. </ul>
  72. -->
  73. <h5 class="sidebar-title">Ads</h5>
  74. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  75. <!-- ogs2 -->
  76. <ins class="adsbygoogle"
  77. style="display:block"
  78. data-ad-client="ca-pub-4473792248813084"
  79. data-ad-slot="9024247127"
  80. data-ad-format="auto"></ins>
  81. <script>
  82. (adsbygoogle = window.adsbygoogle || []).push({});
  83. </script>
  84. </aside> <!-- End Sidebar -->
  85. </div> <!-- End Main Content and Sidebar -->
  86. <!-- Footer -->
  87. <footer class="row">
  88. <div class="large-12 columns">
  89. <hr />
  90. <div class="row">
  91. <div class="large-7 columns">
  92. <p>Proudly powered by <a href="http://getpelican.com">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</p>
  93. </div>
  94. </div>
  95. </div>
  96. <script type="text/javascript">
  97. var _gaq = _gaq || [];
  98. _gaq.push(['_setAccount', 'UA-3773114-1']);
  99. _gaq.push(['_trackPageview']);
  100. (function() {
  101. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  102. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  103. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  104. })();
  105. </script>
  106. </footer>