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.

256 lines
5.1KB

  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. .news_item
  19. {
  20. background: #FFFFFF;
  21. width: 720px;
  22. padding: 1em;
  23. margin-top: 2em;
  24. margin-bottom: 2em;
  25. border: 1px solid #E0E0E0;
  26. text-align: left;
  27. }
  28. .news_item_contents
  29. {
  30. color: #444;
  31. line-height: 1.5em;
  32. }
  33. .news_item_date
  34. {
  35. margin-bottom: 2em;
  36. color: #aaa;
  37. }
  38. body
  39. {
  40. background: #FAFAFA;
  41. }
  42. code, pre
  43. {
  44. font-family: monospace, serif;
  45. font-size: 1em;
  46. color: #7f0a0c;
  47. }
  48. figure
  49. {
  50. margin: 0px;
  51. padding: 0px;
  52. }
  53. img
  54. {
  55. width: 720px;
  56. }
  57. html
  58. {
  59. font-family: sans-serif;
  60. }
  61. a
  62. {
  63. color: #3A91CB;
  64. text-decoration: none;
  65. }
  66. #lang
  67. {
  68. float: right;
  69. }
  70. figcaption
  71. {
  72. color: #aaa;
  73. }
  74. table
  75. {
  76. border-collapse: collapse;
  77. }
  78. table, th, td
  79. {
  80. border: 1px solid #aaa;
  81. padding: 0.5em;
  82. margin-top: 0.5em;
  83. margin-bottom: 0.5em;
  84. }
  85. </style>
  86. </head>
  87. <body>
  88. <center>
  89. <div id="header">
  90. <a href="../../en/news/index.html">News</a>
  91. <a href="../../en/page/games.html">Games</a>
  92. <a href="../../en/page/about.html">About</a>
  93. <div id="lang">
  94. <a href="2016-tech-showcases.html">EN</a>
  95. <a href="../../ru/news/2016-tech-showcases.html">RU</a>
  96. </div>
  97. </div>
  98. <h1>In the news</h1>
  99. <div class="news_item">
  100. <h2 class="news_item_title">
  101. <a href="2016-tech-showcases.html">Technology showcases</a>
  102. </h2>
  103. <p class="news_item_date">
  104. 2016-10-31 00:00
  105. </p>
  106. <div class="news_item_contents">
  107. <figure>
  108. <img src="../../images/2016-10-31_tech-showcases.png" alt="Feature file in the background" /><figcaption>Feature file in the background</figcaption>
  109. </figure>
  110. <p>In this article, we take another look at 2015-2016 live sessions’ format and introduce a new showcase format for 2017.</p>
  111. <p><strong>2015 and 2016: live sessions.</strong></p>
  112. 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:
  113. <table>
  114. <tr>
  115. <th>
  116. <strong>№</strong>
  117. </th>
  118. <th>
  119. <strong>Created game</strong>
  120. </th>
  121. <th>
  122. <strong>Live session date</strong>
  123. </th>
  124. </tr>
  125. <tr>
  126. <td>
  127. 1
  128. </td>
  129. <td>
  130. Whac-a-mole
  131. </td>
  132. <td>
  133. November 2015
  134. </td>
  135. </tr>
  136. <tr>
  137. <td>
  138. 2
  139. </td>
  140. <td>
  141. Rolling ball
  142. </td>
  143. <td>
  144. February 2016
  145. </td>
  146. </tr>
  147. <tr>
  148. <td>
  149. 3
  150. </td>
  151. <td>
  152. Domino
  153. </td>
  154. <td>
  155. May 2016
  156. </td>
  157. </tr>
  158. <tr>
  159. <td>
  160. 4
  161. </td>
  162. <td>
  163. Mahjong Solitaire
  164. </td>
  165. <td>
  166. September 2016
  167. </td>
  168. </tr>
  169. </table>
  170. <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>
  171. <p><strong>2017: live sessions + technical previews.</strong></p>
  172. <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>
  173. Here’s an approximate schedule of technical previews and live sessions for 2017:
  174. <table>
  175. <tr>
  176. <th>
  177. <strong>№</strong>
  178. </th>
  179. <th>
  180. <strong>Month</strong>
  181. </th>
  182. <th>
  183. <strong>Showcase type</strong>
  184. </th>
  185. <th>
  186. <strong>Topic</strong>
  187. </th>
  188. </tr>
  189. <tr>
  190. <td>
  191. 1
  192. </td>
  193. <td>
  194. January
  195. </td>
  196. <td>
  197. Technical preview
  198. </td>
  199. <td>
  200. Android platform support
  201. </td>
  202. </tr>
  203. <tr>
  204. <td>
  205. 2
  206. </td>
  207. <td>
  208. April
  209. </td>
  210. <td>
  211. Live session
  212. </td>
  213. <td>
  214. Android game creation
  215. </td>
  216. </tr>
  217. <tr>
  218. <td>
  219. 3
  220. </td>
  221. <td>
  222. July
  223. </td>
  224. <td>
  225. Technical preview
  226. </td>
  227. <td>
  228. To be announced
  229. </td>
  230. </tr>
  231. <tr>
  232. <td>
  233. 4
  234. </td>
  235. <td>
  236. October
  237. </td>
  238. <td>
  239. Live session
  240. </td>
  241. <td>
  242. To be announced
  243. </td>
  244. </tr>
  245. </table>
  246. <p>That’s it for taking another look at 2015-2016 live sessions’ format and introducing the new showcase format for 2017.</p>
  247. </div>
  248. </div>
  249. </center>
  250. </body>
  251. </html>