haneefmubarak / Aixen

A partially distributed online multiplayer service
MIT License
13 stars 0 forks source link

implement master #6

Open haneefmubarak opened 10 years ago

haneefmubarak commented 10 years ago

We need a basic master server to get rolling, and it needs to do the following:

relates to #1 and #5

substanc3-dev commented 10 years ago

Sorry, have I bugged github or there is week no work on server?

haneefmubarak commented 10 years ago

I've been a bit busy with school, so I haven't really been able to dedicate some time to Aixen for the past few days. Sorry about that.

substanc3-dev commented 10 years ago

Ok, just was worrying if it is my side wrong :D

2014-03-19 13:52 GMT+01:00 Haneef Mubarak notifications@github.com:

I've been a bit busy with school, so I haven't really been able to dedicate some time to Aixen for the past few days. Sorry about that.

Reply to this email directly or view it on GitHubhttps://github.com/haneefmubarak/Aixen/issues/6#issuecomment-38046611 .

haneefmubarak commented 10 years ago

Alright, back.

haneefmubarak commented 10 years ago

Since we will be using a DB as a coordination mechanism as per #3, we won't be needing a heartbeat port or a peer port and we can use a config file parser for the rest. Therefore, I shall be purging related code.