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.

2024-08_rethinking.md 1.7KB

пре 3 месеци
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. Title: Rethinking
  2. Date: 2024-08-12 00:00
  3. Category: News
  4. Slug: rethinking
  5. Lang: en
  6. ![Game][game]
  7. When July started my initial plan was to make the instrument support Python to
  8. JavaScript code translation. However, this did not happen because tasks with
  9. higher priority emerged.
  10. Which task is more important than develpment of the instrument?
  11. Development of a game, of course! Now, let's go back to the beginning of
  12. July 2024...
  13. # Gamejam
  14. ["Start the game"][jam] 3-day gamejam finished in the beginning of July 2024.
  15. I participated in the jam to validate the instrument under development and
  16. to get along with other gamedev hobbysts. Getting to know one of the hobbysts -
  17. Eugene - lead to the creation of ["Tail and shadow"][tail] project,
  18. a 2D adventure.
  19. # July
  20. As a result, I spent July to create a prototype with the single core mechanics -
  21. mouse click.
  22. Current technical details of the prototype look like this:
  23. * INI-like format is used to configure the game prototype
  24. * Python is used for game logic with elements of cross-language dialect
  25. * Python Arcade is used for rendering
  26. * the prototype runs on macOS, Linux, Windows
  27. * the prototype is controlled only by mouse clicks
  28. * every asset is first drawn by hand and then brought into digital world by GIMP + ImageMagick
  29. * one can specify static elements to display floor, walls and similar environment
  30. * one can specify active items like doors to have interaction with by mouse clicks
  31. * one can specify comments when clicking on an active item to display hints
  32. # August
  33. I plan to implement scene switching in August.
  34. [game]: ../../images/2024_rethinking.jpg
  35. [jam]: https://dtf.ru/games/2783053-nachni-igru-ocenka-videorolikov
  36. [tail]: https://t.me/Tail_and_shadow