gaudiatech / pyved-engine

cool game engine written in Python<3, built around pygame. Can be used in various projects!
https://kata.games
GNU Lesser General Public License v3.0
61 stars 6 forks source link

problem with the event queue/ the game loop logic in web context #21

Open wkta opened 6 months ago

wkta commented 6 months ago

To reproduce the bug : you can unzip this bundle and uncomment the line 33 in intro_state.py

Then try to share the bundle… The event PushState gets pushed twice which isn't the expected behavior and can trigger crashes pyVM

myFastClicker.zip