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.

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