Can I deploy a Pygame project with Server and Client
I have a simple pygame project that I want to deploy. When the server script runs, it hosts the game using a local IP. When the client script runs, it connects the user to the game and opens a new window for them to interact with the game's environment. Is this possible to deploy via railway.app or no?
1 Reply
the server, yes
the client, no