No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

67 líneas
3.3KB

  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 class="header2">
  11. <div class="menu">
  12. <a href="../../en/news/index.html">News</a>
  13. <a href="../../en/game/index.html">Games</a>
  14. <a href="../../en/tool/index.html">Tools</a>
  15. <a href="../../en/page/about.html">About</a>
  16. </div>
  17. <div id="lang">
  18. <a href="../../en/news/2015-roadmap.html">EN</a>
  19. <a href="../../ru/news/2015-roadmap.html">RU</a>
  20. </div>
  21. <div class="clear"></div>
  22. </div>
  23. </div>
  24. <h3 class="left_item_title">In the news...</h3>
  25. <center>
  26. <div class="news_item">
  27. <h2 class="news_item_title">
  28. <a href="2015-roadmap.html">Roadmap for 2015-2016</a>
  29. </h2>
  30. <p class="news_item_date">
  31. 2015-07-19 00:00
  32. </p>
  33. <div class="news_item_contents">
  34. <p>As promised, we have come up with a list of milestones and their approximate dates for the coming year:</p>
  35. <ol>
  36. <li>Editor 0.7.0 (October 2015) - Actions' system: we recreate the <a title="Test chamber" href="https://youtu.be/9_6seUWcPbU" target="_blank">test chamber</a></li>
  37. <li>Editor 0.8.0 (December 2015) - Sound system</li>
  38. <li>Editor 0.9.0 (February 2016) - Particles' system and minimal UI</li>
  39. <li>Editor 0.10.0, Player 0.1.0 (April 2016) - Player to play what Editor produced: we create Shuan prototype with our engine</li>
  40. <li>Editor 0.11.0, Player 0.2.0 (June 2016) - Networking: we create Classic 4-player Mahjong prototype</li>
  41. </ol>
  42. <p>These approximate dates presume one coder spends 40 hours a month. That's about 1 work week at full-time job. Not much, but that's the only time we have.</p>
  43. <p>We will post more details about Editor 0.7.0 shortly: we need to decide what features deserve 80 hours of our time for the next 2 months.</p>
  44. </div>
  45. </div>
  46. <div id="disqus_thread"></div>
  47. <script>
  48. var disqus_config = function () {
  49. this.page.url = "https://opengamestudio.org/en/news/2015-roadmap.html";
  50. this.page.identifier = "2015-roadmap.html";
  51. };
  52. (function() { // DON'T EDIT BELOW THIS LINE
  53. var d = document, s = d.createElement('script');
  54. s.src = 'https://opengamestudio.disqus.com/embed.js';
  55. s.setAttribute('data-timestamp', +new Date());
  56. (d.head || d.body).appendChild(s);
  57. })();
  58. </script>
  59. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  60. <div id="footer">
  61. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  62. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  63. </div>
  64. </center>
  65. </body>
  66. </html>