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.

64 lines
3.7KB

  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/2019-year-of-rethinking.html">EN</a>
  19. <a href="../../ru/news/2019-year-of-rethinking.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="2019-year-of-rethinking.html">Year of rethinking</a>
  29. </h2>
  30. <p class="news_item_date">
  31. 2019-01-01 0:01
  32. </p>
  33. <div class="news_item_contents">
  34. <p><img src="../../images/2017-12-31-celebration.jpg" alt="Sparkler" /></p>
  35. <p>It was a year of reimagining and rethinking. As some of you may remember, we started this project to make a game development tool. During the years, the idea evolved from one form to another, sometimes the changes were significant, other times we threw away all the code and started anew.</p>
  36. <p>As a result of all these changes, we came to the end of the year 2018 without a tool, but with a clear understanding of what tool are we making.</p>
  37. <p>There are plenty of fine game development tools out there. Some of them are even open source. We spent plenty of time trying them, and some are quite good.</p>
  38. <p>We can't, and we don't want to compete with them. Our targets are maximal accessibility and simplicity. Our goal is to make a tool suitable for teaching children, but powerful enough to be used for prototyping. To use any powerful development tool, you need a PC or a laptop. We want to make the toolset, that can be used anywhere. We already made some steps in this direction, and we will continue this course.</p>
  39. <p>So, we're beginning a new year without precise plans, but with clear knowledge of our goal instead. Let's wait and see if this approach works better.</p>
  40. <p>Happy New Year to all of you! See you soon!</p>
  41. </div>
  42. </div>
  43. <div id="disqus_thread"></div>
  44. <script>
  45. var disqus_config = function () {
  46. this.page.url = "https://opengamestudio.org/en/news/2019-year-of-rethinking.html";
  47. this.page.identifier = "2019-year-of-rethinking.html";
  48. };
  49. (function() { // DON'T EDIT BELOW THIS LINE
  50. var d = document, s = d.createElement('script');
  51. s.src = 'https://opengamestudio.disqus.com/embed.js';
  52. s.setAttribute('data-timestamp', +new Date());
  53. (d.head || d.body).appendChild(s);
  54. })();
  55. </script>
  56. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  57. <div id="footer">
  58. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  59. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  60. </div>
  61. </center>
  62. </body>
  63. </html>