Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Thank you for your reviews! The game is built using the win32api for python, and hence it often has different behavior on different computers. For me, it worked perfectly fine if I kept pycharm (the IDE I use) in the background, and did not mess up anything. And that did not happen either with most other applications or with file dialog boxes. But some apps did have a tendency to change stuff when clicked on top of them, particularly those that are even sensitive to mouse hovering. Since it is made using python, it is difficult to predict exactly how it would function based on different systems. I guess it can be resolved to some extent if the game was instead done on C/C++ using the microsoft win32api itself, instead of using the python version of it. 

As for the clicks, the clicks are based on whenever you click on the whole screen, and not only on the pygame window containing the bee. So, maybe you clicked a few more times to close windows behind you, or rearrange messed-up tabs, which eventually counted towards the net mouse-clicks.

Also, there has been another reported issue, which happened for me too, regarding 'breaking the screen'. It seems that the taskbar has been  disoriented from its position, with some other apps behaving a similar way, but once you close the game and refresh your screen, all behave normally. So, once again it differs from OS to OS, it has different behaviors with different versions and builds of windows.

Once again, Thank you for playing the game, and providing the feedback :)