Search found 4 matches

by vinepires
Tue Jan 16, 2018 11:41 pm
Forum: Support and Development
Topic: MULTIPLAYER ONLINE GAME - how to do?
Replies: 10
Views: 18138

Re: MULTIPLAYER ONLINE GAME - how to do?

Thanks ^^


I'am trying
by vinepires
Mon Jan 15, 2018 1:35 pm
Forum: Support and Development
Topic: MULTIPLAYER ONLINE GAME - how to do?
Replies: 10
Views: 18138

Re: MULTIPLAYER ONLINE GAME - how to do?

CLIENT SEND ' asks for tilemap coordinates' SERVER RECEIVE WHEN ASKS AND SEND coordinates CLIENT DRAW tile map with coordinates CLIENT SEND ' asks for objects in tilemap coordinates' SERVER RECEIVE WHEN ASKS AND SEND objects attr.., coordinates, etc.. CLIENT DRAW objects with attr.., coordinates, et...
by vinepires
Mon Jan 15, 2018 12:18 am
Forum: Support and Development
Topic: MULTIPLAYER ONLINE GAME - how to do?
Replies: 10
Views: 18138

Re: MULTIPLAYER ONLINE GAME - how to do?

I got make connection and send/receive data, server -> client and client -> server... but How is the system about interaction of maps, player, players, criatures, objects, itens, etc... ?? (I will make a mmorpg game) Can explain about that, please?! here is my code (server: lua, client:love ) -- Ser...
by vinepires
Sat Jan 13, 2018 12:28 am
Forum: Support and Development
Topic: MULTIPLAYER ONLINE GAME - how to do?
Replies: 10
Views: 18138

MULTIPLAYER ONLINE GAME - how to do?

How to create SERVER/CLIENT with love2d, pleaseeeeeeeee I am trying 1 week left :( :cry: