I'm having a blast coding up my little text-based python game. I'm learning a heck of a lot while doing it.
Now, I want to share it with some friends. I could just have them install Python and send them the files, but I was wondering if I could somehow rig it to work remotely through the Internet. I've got my own little Ubuntu web server chugging away over here. Would it be possible to install Python on the server, put the files there, and access and run them remotely through the Internet?
I'm thinking it should be possible since you'd only have to send the raw input commands and have the server process it, then have the server echo back the print lines.
I'm not asking for step-by-step instructions (though I'm not turning them down), but just wondering if this is possible and worth pursuing.