I'm making my game in Python with pygame, and I'm wondering whether I'm going to need to compile it to, say, an EXE build for Windows, or whether I can put the python file in directly and give instructions on how to run it.
The best option is to compile the EXE file.