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.

93 Zeilen
4.4KB

  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/rethinking.html">EN</a>
  14. <a href="../../ru/news/rethinking.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://t.me/Tail_and_shadow">
  25. <img src="../../images/telegram.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="rethinking.html">Rethinking</a>
  35. </h2>
  36. <p class="news_item_date">
  37. 2024-08-12 00:00
  38. </p>
  39. <div class="news_item_contents">
  40. <p><img src="../../images/2024_rethinking.jpg" alt="Game" /></p>
  41. <p>When July started my initial plan was to make the instrument support Python to
  42. JavaScript code translation. However, this did not happen because tasks with
  43. higher priority emerged.</p>
  44. <p>Which task is more important than develpment of the instrument?
  45. Development of a game, of course! Now, let's go back to the beginning of
  46. July 2024…</p>
  47. <h1 id="gamejam">Gamejam</h1>
  48. <p><a href="https://dtf.ru/games/2783053-nachni-igru-ocenka-videorolikov">"Start the game"</a> 3-day gamejam finished in the beginning of July 2024.
  49. I participated in the jam to validate the instrument under development and
  50. to get along with other gamedev hobbysts. Getting to know one of the hobbysts -
  51. Eugene - lead to the creation of <a href="https://t.me/Tail_and_shadow">"Tail and shadow"</a> project,
  52. a 2D adventure.</p>
  53. <h1 id="july">July</h1>
  54. <p>As a result, I spent July to create a prototype with the single core mechanics -
  55. mouse click.</p>
  56. <p>Current technical details of the prototype look like this:</p>
  57. <ul>
  58. <li>INI-like format is used to configure the game prototype</li>
  59. <li>Python is used for game logic with elements of cross-language dialect</li>
  60. <li>Python Arcade is used for rendering</li>
  61. <li>the prototype runs on macOS, Linux, Windows</li>
  62. <li>the prototype is controlled only by mouse clicks</li>
  63. <li>every asset is first drawn by hand and then brought into digital world by GIMP + ImageMagick</li>
  64. <li>one can specify static elements to display floor, walls and similar environment</li>
  65. <li>one can specify active items like doors to have interaction with by mouse clicks</li>
  66. <li>one can specify comments when clicking on an active item to display hints</li>
  67. </ul>
  68. <h1 id="august">August</h1>
  69. <p>I plan to implement scene switching in August.</p>
  70. </div>
  71. </div>
  72. <div id="disqus_thread"></div>
  73. <script>
  74. var disqus_config = function () {
  75. this.page.url = "https://opengamestudio.org/en/news/rethinking.html";
  76. this.page.identifier = "rethinking.html";
  77. };
  78. (function() { // DON'T EDIT BELOW THIS LINE
  79. var d = document, s = d.createElement('script');
  80. s.src = 'https://opengamestudio.disqus.com/embed.js';
  81. s.setAttribute('data-timestamp', +new Date());
  82. (d.head || d.body).appendChild(s);
  83. })();
  84. </script>
  85. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  86. <div id="footer">
  87. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  88. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  89. </div>
  90. </center>
  91. </body>
  92. </html>