Devlogs
Demo version 0.0.2 update
Posted July 31, 2024 by Oreon
#update #optimization #demo #bugfix
- Bugfix: Game resets after going to Main Menu. The game now resets the cache after you go to Main Menu and play again; the presents you picked on the previous round are no longer absent during the new round.
- Game is now asynchronous. The main game loop has been asynchronized with the help of asyncio python module (in order to potentially make a browser port of the game sometime in the future).
- New optimization methods: The game is now modular (split into multiple files/modules by categories), the source code has also been stripped of unnecessary operations.
- Other minor improvements: Sky background on the Main Menu has been redrawn, the README file has been updated.