hanyuone / Ways-to-NOT-make-money

A basic Python (2.x/3.x) incremental game.
8 stars 3 forks source link

Add Game Server? #55

Closed ghost closed 8 years ago

ghost commented 8 years ago

We could take advantage of urllib - we can create a Github Pages website and then read from there. However, it would be difficult to push data - however, we can use the github module to change the website HTML. (I'm working on the server now.) Any ideas (USELESS.) Using github3.py?

hanyuone commented 8 years ago

If we do that, we can get rid of the login stuff, right? You can login from an external server.

Cyber-Shadow commented 8 years ago

I am opposed to your ideas as this we intended this to be a single-player game. Also saves are transferable between machines. This is also redundant as there are no multiplayer features currently.

ghost commented 8 years ago

Never mind, I'm already working on it

hanyuone commented 8 years ago

But we have no multiplayer features. WE CAN WORK ON IT LATER. We should probably work on something else.

hanyuone commented 8 years ago

Uh... is this dead?

ghost commented 8 years ago

Leave this for later, just don't forget it

ghost commented 8 years ago

OMG this has been delayed SO much. I decided on using github3.py to modify/update the files. And the file server is at https://github.com/qlstudio/WaysToNotMakeMoneyServer

joshgit commented 8 years ago

What's the plan for this new repo? Come discuss on IRC.

ghost commented 8 years ago

It acts as a storage for all the savefiles created by the users. They are accessible from anywhere.

hanyuone commented 8 years ago

Yeah, but the game is still crappy. There aren't any players, currently (except maybe for us).

joshgit commented 8 years ago

We should add other stuff.

hanyuone commented 8 years ago

So, do you mean we should add other stuff before we move on to this? If anything else, can you further elaborate?

joshgit commented 8 years ago

Sorry, I mean adding server-based save files doesn't add much to the game, IMO. People can take their save files with them if they care about it. Adding some kind of multiplayer chat or other game features would be a lot cooler.

hanyuone commented 8 years ago

Yeah, I second that idea, @joshgit. Sure.

bortkiewicz commented 8 years ago

Is it fixed or not? There hasn't been many replies for a while.