Comments

Log in with itch.io to leave a comment.

(5 edits) (+1)

Download The Game And Place It Anywhere. Click The .py file and i think it should work.

I guess in most cases it won't, brother. You gave just a .py entrypoint file. So if I (personally) wanna play this I have to first install all needed dependencies (like pygame) and then run:

$python window.py

One possible decision that will fix this is to use put a prepaired virtual environment into your zip. Than add a .bat file with following command:

virtualenv/python.exe window.py

Thus clicking the .bat file will actually launch the game

P.s. good thing you can create a build for linux in a similar way

Thanks! As This Is My First Python Game, I Have Little Experience Preparing A Build For Python. I'll Do This Soon!

Deleted 2 years ago

Hey how do i do the exe thing?

Hey, try Auto Py

alright