Context
I am busy making a game using pygame on python 3.5 but when i wanted to link the game to my friends I realized i needed a .exe file because they dont have python installed so I did some research and found out that you can use py2exe for that. But after looking on the downloads page I saw that there was no download for python 3.5.
Question
Can i still use another version of py2exe to convert my .py and my modules to a .exe file or do I need to have python 2.7 (or any other python version which is compatible). If i do need another version is there an easy way to convert my 3.5 script to a 2.7 script or do i need to write it all over?
I hope I have given you all the info you need. But feel free to ask if you need more.