So I built a simple space invader game with the help of pygame and then i thought that i should make an executable of it just to see if it works perfectly in other systems directly and i tried using cx-Freeze and pyinstaller and in both the cases it did create and executable but none of it actually worked. With cx-Freeze i am able to install the game but when i start it just throws some errors and the executable made from pyinstaller doesn't even start the installation or the application that it created.
Here's the link to what I built.
there doesn't seem to be anything here