try running as adminn
Skysurfer_Kon
Creator of
Recent community posts
I used my particle system with decreasing alpha.
You could recreate it by adding data (list or dict) to a list of particles containing the image, alpha and position of the player. each frame you can iterate through the list, fill the image with the alpha and draw it at the position, then decrease the alpha. once the alpha == 0, you can remove it from the list.
that's for the ships. if you want to do motion blur just fill the screen that you're blitting onto the window with 150 alpha, then you can partially see the last frame assuming you didn't fill the window.
I use python 3.9, the "bad magic number" is an error that can only occur due the game being run on a later version. I'm assuming you downloaded the source? Since a magic number is a signature on a .pyc file and since my engine was converted to a .pyc file, it was sealed for only being able to run on 3.9...
To simplify it... The source won't work on 3.10, only 3.9... If it's not the source, I do not know what the problem is.
sorry
I just finished my game called Agile.. I want to see what I can do better next time. Here is the game, it's free! https://skysurfer-kon.itch.io/agile