Page 1 of 1
Hi I need help with Enet
Posted: Tue Dec 17, 2013 9:57 pm
by Kripis
So I was wondering if anyone could show me a little working example of like two squares moving around one being me and the other one being some other player, this would help me a lot on my quest of making a game, thanks
Re: Hi I need help with Enet
Posted: Wed Dec 18, 2013 4:58 pm
by szensk
Simply run server.love, then run client.love one or more times. Each time you run client, another circle will appear. Arrows to move (when in a client window).
You may want to serialize by a method other than Lua tables (such as JSON).
Re: Hi I need help with Enet
Posted: Wed Dec 18, 2013 6:48 pm
by Kripis
thanks a lot