Hi
I’m new to defold. I am searching through the net to find engines which are capable of creating multiplayer games in easy way. It’s a part of my programing task at collage. I’ve already “mastered” Unity and Godot engines for that purpose. They have high level api for that, which im fond of. I just need to create simple games like tic tac toe over the network…
I found a defnet library by britzl, which can help me to achive my goal:
Is there any example of a game that I can learn from ? I know, there are examples of a server and client, still there’s no game based on this. I don’t know if I’m capable to understand it.
If not defnet then what? Lua socket ? I’d prefer some high level api though. But with a proper example I can try it too. But I can’t find any.
Can anybody help?