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.

80 lines
6.0KB

  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/2017-summary.html">EN</a>
  14. <a href="../../ru/news/2017-summary.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="2017-summary.html">2017 summary</a>
  35. </h2>
  36. <p class="news_item_date">
  37. 2017-11-22 00:00
  38. </p>
  39. <div class="news_item_contents">
  40. <p><img src="../../images/2017-11-22-2017-summary.png" alt="Memory game in the background" /></p>
  41. <p>It's time to step back to see our accomplishments in 2017 and how they connect to the overall goal of Opensource Game Studio project.</p>
  42. <p><strong>Brief history</strong></p>
  43. <p>Opensource Game Studio project is 12 years old now.</p>
  44. <p><strong>2005.</strong> We started the project with a <a href="https://www.linuxquestions.org/questions/general-10/the-creation-of-the-best-rpg-355858/">fanatic call</a> to create the best game ever. Probably right after finishing Half-Life 2 or Morrowind. 99.99% of those who wanted to participate weathered during a couple of years leaving only the two of us: Michael (coding) and Ivan (the rest). The project was in a constant turmoil because we had no clear purpose and discipline. Thus, we only got a handful of demonstrations during that period.</p>
  45. <p><strong>2010.</strong> The first year for us to admit we failed big time. After accepting the failure, we have set Mahjong game as our initial target. We also realized that if we want the game out, we must work every day. We didn't get anywhere by working on weekends because they often collided with family time.</p>
  46. <p><strong>2012, 2013.</strong> We released Mahjong 1.0 and Mahjong 1.1 correspondingly. We created a complete, polished game in 3-4 years after failing to provide anything of value during previous 5 years. To this date, Mahjong is the best and only game we released so far. We're still proud of it because it still feels great.</p>
  47. <p><strong>2015.</strong> We showcased the first version of our game toolset. After releasing Mahjong, we decided to spend time on building toolset that would allow us to develop games faster.</p>
  48. <p><strong>2016.</strong> We recreated Mahjong gameplay with our game toolset. However, we quickly realized that desktop only game toolset is a dead end. It led us to research mobile platforms.</p>
  49. <p><strong>Last year</strong></p>
  50. <p><strong>2016, October.</strong> We started mobile platforms' research by making simple straightforward OpenSceneGraph application run under Android.</p>
  51. <p><strong>2017, January.</strong> We got the Android version working and started iOS and Web research.</p>
  52. <p><strong>2017, February.</strong> We made the sample application work everywhere: desktop, mobile, web.</p>
  53. <p>Researching mobile and web took us about five months. We spent that much time because there was no documentation on how to run OpenSceneGraph across platforms. We had to step in and create said documentation.</p>
  54. <p><strong>2017, July.</strong> We published <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide">OpenSceneGraph cross-platform guide</a>, which describes how to create a simple OpenSceneGraph application and make it run on desktop, mobile, and web. To this date, this is our most popular GitHub repository.</p>
  55. <p><strong>2017, November.</strong> We published simple <a href="https://ogstudio.github.io/game-memory-colors/tutorial-5.3/mjin-player.html">Memory: Colors game</a> and the <a href="https://bitbucket.org/ogstudio-games/memory-colors">guide</a> on how to create the game from scratch. The game is powered by MJIN, our new cross-platform game toolset that we started this summer.</p>
  56. <p>Currently MJIN toolset is in its infancy. MJIN needs a real game to flourish. That's why we are already working on cross-platform Mahjong. We'll do our best to make Mahjong faster this time.</p>
  57. </div>
  58. </div>
  59. <div id="disqus_thread"></div>
  60. <script>
  61. var disqus_config = function () {
  62. this.page.url = "https://opengamestudio.org/en/news/2017-summary.html";
  63. this.page.identifier = "2017-summary.html";
  64. };
  65. (function() { // DON'T EDIT BELOW THIS LINE
  66. var d = document, s = d.createElement('script');
  67. s.src = 'https://opengamestudio.disqus.com/embed.js';
  68. s.setAttribute('data-timestamp', +new Date());
  69. (d.head || d.body).appendChild(s);
  70. })();
  71. </script>
  72. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  73. <div id="footer">
  74. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  75. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  76. </div>
  77. </center>
  78. </body>
  79. </html>