Comments

Log in with itch.io to leave a comment.

The game download does not come with an executable. How do i run it?

(1 edit) (+1)

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.

How do I install pygame? Or is it installed with python?

(+1)

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.

Thank you! That tutorial helped a LOT!

(+1)

No problem, glad I was able to help. :)