Hey guys
So im attempting to create some simple web games for my site. i was PLANNING on having a simple high score screen, but so far thats a no go. I know i can use urllib2 to grab the save file from a url, but that would mean everyone who wants to play my game needs to install both the plugin AND python, and my target demographic probably wont care enough to take the time. So my question is, is it possible using blenders built-in functions to read and write to a text file on my server? its jsut one line of code, an array actually, but so far nothing I’ve found seems useful. any ideas?