I made a game that runs in your terminal using Python and curses. Now I want to launch it so that when people visit the repository on GitHub they can download it and play it on their own machine. I have a Dockerfile but I don't really know if it is necessary. How can other people install my game and have it running without any trouble?
Update:
I published the game with PyPI. You can have a look at it with pip install BirdJumpExtreme==0.0.1
. I found this article really helpful: https://www.codementor.io/@ajayagrawal295/how-to-publish-your-own-python-package-12tbhi20tf