The game download does not come with an executable. How do i run it?
Viewing post in Game Downloading Simulator comments
Hey Rattman,
The download does only include the source code, as it is pretty much only a demonstration of my first project. You will need the stuff listed above under DEPENDENCIES to run it. This includes a Python distribution of version 3.6 or later and the library pygame.
Hope this helped, BlueStone.
Nope, it is a external library. The best way to install it is through pip, the Python package manager. I recommend taking a look at this tutorial right here: https://youtu.be/AdUZArA-kZw
Hope I helped, BlueStone.