Search found 2 matches
- Fri Nov 28, 2014 7:11 pm
- Forum: Libraries and Tools
- Topic: backup server for my game [Lube networking library]
- Replies: 4
- Views: 2824
Re: backup server for my game [Lube networking library]
Thank you for your replies, but basically what i want to do is this. 1- Open main server and the backup server. 2 - Connect clients to the main server and start playing. 3- keep checking if the main server is alive, so that the backup server knows when to take its role. 4- If the main server dies, t...
- Fri Nov 28, 2014 1:53 am
- Forum: Libraries and Tools
- Topic: backup server for my game [Lube networking library]
- Replies: 4
- Views: 2824
backup server for my game [Lube networking library]
Hello lovers! I am relatively new at programming in lua, but i have created a 4 player pong game using the LUBE networking library. I setup a server and then clients can connect to it up to a maximum of 4 at a time and then they start playing, additionally i used the HardonCollider library to manage...