I've finished developing my game in pygame and I want to make a exe of it so I can share it. I tried using cx_Freeze for making exe but in that tutorial he just added only single image and I was confused how I must add these many sprites in a single line I followed this tutorial - https://www.youtube.com/watch?v=BIWqt6NICrw&t=49s
In this tutorial he adds only single image file since his game is too small. So I tried different ways. I tried this method - How can I convert pygame to exe? But its too complex and when I try to perform it I get so many syntax error (I tried that method 10 times)
All I can see there is only one way left to develop exe of my pygame using cx_Freeze but I don't know how to do so. And I'm using python3 (ver:3.7.3)
Can anyone explain me step by step how to make game using cx_Freeze (please also let me know how to add multiple images since i got so many images (sprites) each for different enemies and hero)