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.

131 lines
4.7KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <link rel="stylesheet" href="../../style.css">
  6. </head>
  7. <body>
  8. <script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
  9. <div id="header">
  10. <div>
  11. <strong id="title">Open Game Studio</strong>
  12. <div id="lang">
  13. <a href="../../en/news/2016-tech-showcases.html">EN</a>
  14. <a href="../../ru/news/2016-tech-showcases.html">RU</a>
  15. </div>
  16. </div>
  17. <div class="header2">
  18. <div class="menu">
  19. <a href="../../en/news/index.html">News</a>
  20. <a href="../../en/game/index.html">Games</a>
  21. <a href="../../en/tool/index.html">Tools</a>
  22. <a href="../../en/page/about.html">About</a>
  23. </div>
  24. <a class="discord" href="https://discord.gg/3A6THQabNf">
  25. <img src="../../images/discord.png"></img>
  26. </a>
  27. <div class="clear"></div>
  28. </div>
  29. </div>
  30. <h3 class="left_item_title">In the news...</h3>
  31. <center>
  32. <div class="news_item">
  33. <h2 class="news_item_title">
  34. <a href="2016-tech-showcases.html">Technology showcases</a>
  35. </h2>
  36. <p class="news_item_date">
  37. 2016-10-31 00:00
  38. </p>
  39. <div class="news_item_contents">
  40. <p><img src="../../images/2016-10-31_tech-showcases.png" alt="Feature file in the background" /></p>
  41. <p>In this article, we take another look at 2015-2016 live sessions' format and introduce a new showcase format for 2017.</p>
  42. <p><strong>2015 and 2016: live sessions.</strong></p>
  43. <p>As you know, we use live sessions to show the state of our technology and create a small functional game from scratch. We have conducted four live sessions in the past year, which gave birth to the following small games:</p>
  44. <table>
  45. <tr>
  46. <th>**№**</th>
  47. <th>**Created game**</th>
  48. <th>**Live session date**</th>
  49. </tr>
  50. <tr>
  51. <td>1</td>
  52. <td>Whac-a-mole</td>
  53. <td>November 2015</td>
  54. </tr>
  55. <tr>
  56. <td>2</td>
  57. <td>Rolling ball</td>
  58. <td>February 2016</td>
  59. </tr>
  60. <tr>
  61. <td>3</td>
  62. <td>Domino</td>
  63. <td>May 2016</td>
  64. </tr>
  65. <tr>
  66. <td>4</td>
  67. <td>Mahjong Solitaire</td>
  68. <td>September 2016</td>
  69. </tr>
  70. </table>
  71. <p>We spent four months to prepare for these live sessions. It has been an extremely useful experience for us. However, 2017 will have only 2 live sessions. Why? We want to spend more time on actual development!</p>
  72. <p><strong>2017: live sessions + technical previews.</strong></p>
  73. <p>Starting next year, we will be doing technical previews twice a year. A technical preview is another way to show the state of our technology, but without creating new games and conducting live sessions.</p>
  74. <p>Here's an approximate schedule of technical previews and live sessions for 2017:</p>
  75. <table>
  76. <tr>
  77. <th>**№**</th>
  78. <th>**Month**</th>
  79. <th>**Showcase type**</th>
  80. <th>**Topic**</th>
  81. </tr>
  82. <tr>
  83. <td>1</td>
  84. <td>January</td>
  85. <td>Technical preview</td>
  86. <td>Android platform support</td>
  87. </tr>
  88. <tr>
  89. <td>2</td>
  90. <td>April</td>
  91. <td>Live session</td>
  92. <td>Android game creation</td>
  93. </tr>
  94. <tr>
  95. <td>3</td>
  96. <td>July</td>
  97. <td>Technical preview</td>
  98. <td>To be announced</td>
  99. </tr>
  100. <tr>
  101. <td>4</td>
  102. <td>October</td>
  103. <td>Live session</td>
  104. <td>To be announced</td>
  105. </tr>
  106. </table>
  107. <p>That's it for taking another look at 2015-2016 live sessions' format and introducing the new showcase format for 2017.</p>
  108. </div>
  109. </div>
  110. <div id="disqus_thread"></div>
  111. <script>
  112. var disqus_config = function () {
  113. this.page.url = "https://opengamestudio.org/en/news/2016-tech-showcases.html";
  114. this.page.identifier = "2016-tech-showcases.html";
  115. };
  116. (function() { // DON'T EDIT BELOW THIS LINE
  117. var d = document, s = d.createElement('script');
  118. s.src = 'https://opengamestudio.disqus.com/embed.js';
  119. s.setAttribute('data-timestamp', +new Date());
  120. (d.head || d.body).appendChild(s);
  121. })();
  122. </script>
  123. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  124. <div id="footer">
  125. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  126. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  127. </div>
  128. </center>
  129. </body>
  130. </html>