Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

243 Zeilen
9.2KB

  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/index5.html">EN</a>
  87. <a href="../../ru/news/index5.html">RU</a>
  88. </div>
  89. </div>
  90. <center>
  91. <h1>News</h1>
  92. <div class="news_item">
  93. <h2 class="news_item_title">
  94. <a href="once-mahjong-always-mahjong.html">Once Mahjong – always Mahjong</a>
  95. </h2>
  96. <p class="news_item_date">
  97. 2016-08-10 00:00
  98. </p>
  99. <div class="news_item_contents">
  100. <p>We started Opensource Game Studio project a long time ago. We wanted to provide open source community with tools to create games. However, it was unclear what tools' purpose was. So we decided to start small: create a game first.. . .</p>
  101. </div>
  102. <div class="news_item_more">
  103. <a href="once-mahjong-always-mahjong.html">Continue reading</a>
  104. </div>
  105. </div>
  106. <div class="news_item">
  107. <h2 class="news_item_title">
  108. <a href="ogs-editor-0.9.html">May 2016 live session materials</a>
  109. </h2>
  110. <p class="news_item_date">
  111. 2016-05-29 00:00
  112. </p>
  113. <div class="news_item_contents">
  114. <iframe width="560" height="315" src="https://www.youtube.com/embed/8gHYOkMRoos?list=PLWMTZqE4MAMKp3wP1N63xbdhdgfKi-d-J" frameborder="0" allowfullscreen></iframe>
  115. <p>This time we have shown how to create a simple Domino based game. Below you can find all materials related to the game creation.. . .</p>
  116. </div>
  117. <div class="news_item_more">
  118. <a href="ogs-editor-0.9.html">Continue reading</a>
  119. </div>
  120. </div>
  121. <div class="news_item">
  122. <h2 class="news_item_title">
  123. <a href="may-live-session-announcement.html">Live session: 28 May 2016</a>
  124. </h2>
  125. <p class="news_item_date">
  126. 2016-05-17 00:00
  127. </p>
  128. <div class="news_item_contents">
  129. <p>We're glad to annouce that the <a title="LiveCoding" href="https://www.livecoding.tv/kornerr">LiveCoding</a> session will take place on <a title="Local time" href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Open+Game+Studio+May+live+session&iso=20160528T12&p1=37&ah=3">28 May 2016 at 12:00 CEST</a>. Join us!. . .</p>
  130. </div>
  131. <div class="news_item_more">
  132. <a href="may-live-session-announcement.html">Continue reading</a>
  133. </div>
  134. </div>
  135. <div class="news_item">
  136. <h2 class="news_item_title">
  137. <a href="may-live-session-decision.html">May live session (Editor 0.9)</a>
  138. </h2>
  139. <p class="news_item_date">
  140. 2016-04-24 00:00
  141. </p>
  142. <div class="news_item_contents">
  143. <p>As you know, the previously published roadmap assumed, that we would hold a live session in April and it would feature a ping-pong game created with Editor 0.9.</p>
  144. <p>We have to admit, our abilities to plan are not yet good enough. That's why the next live session will take place by the end of May. The exact date will be announced later.. . .</p>
  145. </div>
  146. <div class="news_item_more">
  147. <a href="may-live-session-decision.html">Continue reading</a>
  148. </div>
  149. </div>
  150. <div class="news_item">
  151. <h2 class="news_item_title">
  152. <a href="rolling-ball.html">"Rolling ball" live session videos and downloads</a>
  153. </h2>
  154. <p class="news_item_date">
  155. 2016-02-10 00:00
  156. </p>
  157. <div class="news_item_contents">
  158. <p>Since we held 2 live sessions to create "Rolling ball" game, here are 2 YouTube videos of the process:</p>
  159. <iframe width="560" height="315" src="https://www.youtube.com/embed/70Jny1xJxK8" frameborder="0" allowfullscreen></iframe>
  160. <p>. . .</p>
  161. </div>
  162. <div class="news_item_more">
  163. <a href="rolling-ball.html">Continue reading</a>
  164. </div>
  165. </div>
  166. <div class="news_item">
  167. <h2 class="news_item_title">
  168. <a href="rolling-ball-live-session-pt2.html">Game creation live session (part 2): 7 February 2016</a>
  169. </h2>
  170. <p class="news_item_date">
  171. 2016-02-02 00:00
  172. </p>
  173. <div class="news_item_contents">
  174. <p>Unfortunately, we have failed to finish creation of the simple "Rolling ball" game in 3 hours. That's why we will hold the second <a title="LiveCoding" href="https://www.livecoding.tv/kornerr">LiveCoding</a> session on <a title="Local time" href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Open+Game+Studio%3A+Game+creation+live+session%2C+part+2&iso=20160207T12&p1=37&ah=3">7 February 2016 at 12:00 CET</a>.. . .</p>
  175. </div>
  176. <div class="news_item_more">
  177. <a href="rolling-ball-live-session-pt2.html">Continue reading</a>
  178. </div>
  179. </div>
  180. <div class="news_item">
  181. <h2 class="news_item_title">
  182. <a href="january-live-session-announcement.html">Game creation live session: 31 January 2016</a>
  183. </h2>
  184. <p class="news_item_date">
  185. 2016-01-25 00:00
  186. </p>
  187. <div class="news_item_contents">
  188. <p>We're glad to annouce that the <a title="LiveCoding" href="https://www.livecoding.tv/kornerr">LiveCoding</a> session will take place on <a title="Local time" href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Open+Game+Studio%3A+Game+creation+live+session&iso=20160131T12&p1=37&ah=3">31 January 2016 at 12:00 CET</a>. Join us!. . .</p>
  189. </div>
  190. <div class="news_item_more">
  191. <a href="january-live-session-announcement.html">Continue reading</a>
  192. </div>
  193. </div>
  194. <div class="news_item">
  195. <h2 class="news_item_title">
  196. <a href="january-live-session-decision.html">SOON: Creating a simple game live (Editor 0.8)</a>
  197. </h2>
  198. <p class="news_item_date">
  199. 2016-01-21 00:00
  200. </p>
  201. <div class="news_item_contents">
  202. <p>We are ready to present Editor 0.8 with Player. The live session will be held at <a title="LiveCoding" href="https://www.livecoding.tv/kornerr">LiveCoding</a> SOON. We will show you how to create a simple game with sounds from scratch. And this time it will not need an Editor to run.. . .</p>
  203. </div>
  204. <div class="news_item_more">
  205. <a href="january-live-session-decision.html">Continue reading</a>
  206. </div>
  207. </div>
  208. <div class="news_item">
  209. <h2 class="news_item_title">
  210. <a href="2016-roadmap.html">Roadmap for 2016</a>
  211. </h2>
  212. <p class="news_item_date">
  213. 2015-12-26 00:00
  214. </p>
  215. <div class="news_item_contents">
  216. <p>As you know, according to the <a href="2015-roadmap.html">previously published roadmap</a>, we now have sound system in place. However, we decided to go further and implement the first version of Player. We wanted to get it done by December, but, unfortunately, more work resulted in the change of dates.. . .</p>
  217. </div>
  218. <div class="news_item_more">
  219. <a href="2016-roadmap.html">Continue reading</a>
  220. </div>
  221. </div>
  222. <p class="pagination_title">Page 5 of 7</p>
  223. <p>
  224. <a href="index4.html">« Newer</a>
  225. <a href="index6.html">Older »</a>
  226. </p>
  227. <div id="footer">
  228. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  229. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  230. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  231. </div>
  232. </center>
  233. </body>
  234. </html>