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.

137 lines
5.0KB

  1. <!DOCTYPE html>
  2. <head>
  3. <meta charset="utf-8" />
  4. <!-- Set the viewport width to device width for mobile -->
  5. <meta name="viewport" content="width=device-width" />
  6. <title>Roadmap for 2015-2016</title>
  7. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/normalize.css" />
  8. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/foundation.min.css" />
  9. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/style.css" />
  10. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/pygments.css" />
  11. <script src="http://opengamestudio.org/theme/js/custom.modernizr.js"></script>
  12. <!-- So Firefox can bookmark->"abo this site" -->
  13. <link href="feeds/all.atom.xml" rel="alternate" title="Opensource Game Studio" type="application/atom+xml">
  14. </head>
  15. <body>
  16. <!-- Nav Bar -->
  17. <nav>
  18. <!-- Show menu items and pages -->
  19. <div class="row">
  20. <div class="large-12 columns top-bar">
  21. <h1><a href="http://opengamestudio.org">Opensource Game Studio</a></h1>
  22. </div>
  23. </div>
  24. <div class="row top-menu">
  25. <div class="large-12 columns">
  26. <a href="/pages/games.html" class="menu-button secondary">Games</a>
  27. <a href="/pages/education.html" class="menu-button secondary">Education</a>
  28. <a href="/pages/about.html" class="menu-button secondary">About</a>
  29. </div>
  30. </div>
  31. </nav>
  32. <!-- End Nav -->
  33. <!-- Main Page Content and Sidebar -->
  34. <div class="row">
  35. <!-- Main Blog Content -->
  36. <div class="large-9 columns">
  37. <article>
  38. <header>
  39. <h3 class="article-title"><a href="http://opengamestudio.org/2015-roadmap.html" rel="bookmark"
  40. title="Permalink to Roadmap for 2015-2016">Roadmap for 2015-2016</a></h3>
  41. </header>
  42. <h6 class="subheader" title="2015-07-19T00:00:00+03:00">Вс 19 июля 2015
  43. <a class="button secondary small translation-button" href="http://opengamestudio.org/2015-roadmap-ru.html">ru</a>
  44. </h6> <p>As promised, we have come up with a list of milestones and their approximate dates for the coming year:</p>
  45. <ol>
  46. <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>
  47. <li>Editor 0.8.0 (December 2015) - Sound system</li>
  48. <li>Editor 0.9.0 (February 2016) - Particles' system and minimal UI</li>
  49. <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>
  50. <li>Editor 0.11.0, Player 0.2.0 (June 2016) - Networking: we create Classic 4-player Mahjong prototype</li>
  51. </ol>
  52. <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>
  53. <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>
  54. <p class="subheader">Category: <a href="http://opengamestudio.org/category/news.html">News</a>
  55. </p>
  56. </article>
  57. </div>
  58. <!-- End Main Content -->
  59. <!-- Sidebar -->
  60. <aside class="large-3 columns">
  61. <!--k
  62. <h5 class="sidebar-title">Site</h5>
  63. <ul class="side-nav">
  64. <li><a href="http://opengamestudio.org/archives.html">Archives</a>
  65. <li><a href="http://opengamestudio.org/tags.html">Tags</a>
  66. <li><a href="http://opengamestudio.org/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
  67. </ul>
  68. <h5 class="sidebar-title">Categories</h5>
  69. <ul class="side-nav">
  70. <li><a href="http://opengamestudio.org/category/news.html">News</a></li>
  71. </ul>
  72. -->
  73. <h5 class="sidebar-title">Ads</h5>
  74. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  75. <!-- ogs2 -->
  76. <ins class="adsbygoogle"
  77. style="display:block"
  78. data-ad-client="ca-pub-4473792248813084"
  79. data-ad-slot="9024247127"
  80. data-ad-format="auto"></ins>
  81. <script>
  82. (adsbygoogle = window.adsbygoogle || []).push({});
  83. </script>
  84. </aside> <!-- End Sidebar -->
  85. </div> <!-- End Main Content and Sidebar -->
  86. <!-- Footer -->
  87. <footer class="row">
  88. <div class="large-12 columns">
  89. <hr />
  90. <div class="row">
  91. <div class="large-7 columns">
  92. <p>Proudly powered by <a href="http://getpelican.com">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</p>
  93. </div>
  94. </div>
  95. </div>
  96. <script type="text/javascript">
  97. var _gaq = _gaq || [];
  98. _gaq.push(['_setAccount', 'UA-3773114-1']);
  99. _gaq.push(['_trackPageview']);
  100. (function() {
  101. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  102. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  103. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  104. })();
  105. </script>
  106. </footer>