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.

144 lines
4.9KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <style>
  6. #header
  7. {
  8. background: #2BA6E3;
  9. padding: 0.7em;
  10. text-align: left;
  11. }
  12. #header a
  13. {
  14. color: white;
  15. text-decoration: none;
  16. padding: 0.5em 1em 0.5em 1em;
  17. }
  18. #lang
  19. {
  20. float: right;
  21. }
  22. .news_item
  23. {
  24. background: #FFFFFF;
  25. width: 720px;
  26. padding: 1em;
  27. margin-top: 2em;
  28. margin-bottom: 2em;
  29. border: 1px solid #E0E0E0;
  30. text-align: left;
  31. }
  32. .news_item_contents
  33. {
  34. color: #444;
  35. line-height: 1.5em;
  36. }
  37. .news_item_date
  38. {
  39. margin-bottom: 2em;
  40. color: #aaa;
  41. }
  42. html
  43. {
  44. font-family: sans-serif;
  45. }
  46. body
  47. {
  48. background: #FAFAFA;
  49. }
  50. code, pre
  51. {
  52. font-family: monospace, serif;
  53. font-size: 1em;
  54. color: #7f0a0c;
  55. }
  56. img
  57. {
  58. width: 720px;
  59. }
  60. a
  61. {
  62. color: #3A91CB;
  63. }
  64. table
  65. {
  66. border-collapse: collapse;
  67. }
  68. table, th, td
  69. {
  70. border: 1px solid #aaa;
  71. padding: 0.5em;
  72. margin-top: 0.5em;
  73. margin-bottom: 0.5em;
  74. }
  75. </style>
  76. </head>
  77. <body>
  78. <script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
  79. <div id="header">
  80. <strong id="title">Open Game Studio</strong>
  81. <a href="../../en/news/index.html">News</a>
  82. <a href="../../en/game/index.html">Games</a>
  83. <a href="../../en/tool/index.html">Tools</a>
  84. <a href="../../en/page/about.html">About</a>
  85. <div id="lang">
  86. <a href="../../en/news/2016-september-recap.html">EN</a>
  87. <a href="../../ru/news/2016-september-recap.html">RU</a>
  88. </div>
  89. </div>
  90. <center>
  91. <h1>In the news...</h1>
  92. <div class="news_item">
  93. <h2 class="news_item_title">
  94. <a href="2016-september-recap.html">September 2016 recap</a>
  95. </h2>
  96. <p class="news_item_date">
  97. 2016-10-11 00:00
  98. </p>
  99. <div class="news_item_contents">
  100. <p><img src="../../images/2016-10-11_september-recap.png" alt="Mahjong created during live session" /></p>
  101. <p>This article explains September 2016 live session stages: draft, rehearsal, live session itself, and publishing.</p>
  102. <p>Even though live session takes only a few hours, we devote a whole month to prepare for it. Let's have a look at live session stages in detail.</p>
  103. <ol>
  104. <li><p><strong>Draft.</strong> Game creation for the first time.</p>
  105. <p>Purposes:</p>
  106. <ul>
  107. <li>test our technologies and fix major bugs;</li>
  108. <li>discover usability issues to fix in the next development iteration;</li>
  109. <li>list exact steps to reproduce the game later;</li>
  110. <li>create draft version of the game assets (models, textures, sounds, scripts).</li></ul>
  111. <p>Upon stage completion, we announce live session date and show you the game preview.</p></li>
  112. <li><p><strong>Rehearsal.</strong> Game recreation.</p>
  113. <p>Purposes:</p>
  114. <ul>
  115. <li>make sure we have no major bugs left;</li>
  116. <li>record the whole process of the game creation;</li>
  117. <li>create final game assets.</li></ul>
  118. <p>This is 99% the game we publish later.</p></li>
  119. <li><p><strong>Live session.</strong> Reassembling the game live in front of you.</p>
  120. <p>Purposes:</p>
  121. <ul>
  122. <li>show how easy it is to create a game;</li>
  123. <li>walk you through nuances of game creation;</li>
  124. <li>get feedback from you;</li>
  125. <li>answer your questions.</li></ul>
  126. <p>We take game assets from the rehearsal and use them to quickly reassemble the game in just a few hours.</p></li>
  127. <li><p><strong>Publishing.</strong> The release of our technologies' last version, live session materials, and stand alone game.</p></li>
  128. </ol>
  129. <p>That's it for explaining September 2016 live session stages: draft, rehearsal, live session itself, and publishing.</p>
  130. </div>
  131. </div>
  132. <div id="footer">
  133. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  134. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  135. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  136. </div>
  137. </center>
  138. </body>
  139. </html>