Search found 3 matches

by Kjunix
Wed Jan 15, 2020 6:12 pm
Forum: Support and Development
Topic: [IMPORTANT] Problem with the game distribution.
Replies: 13
Views: 10081

Re: [IMPORTANT] Problem with the game distribution.

Wait... So it is possible to extract and have access to the source code of Move or Die, Blue Revolver, etc? Sounds a nice way of learn and see how people do things. Yes its possible, just search "love2d games" and download them, you can extract .exe file with winrar and see all the files ...
by Kjunix
Tue Jan 14, 2020 10:34 pm
Forum: Support and Development
Topic: [IMPORTANT] Problem with the game distribution.
Replies: 13
Views: 10081

[IMPORTANT] Problem with the game distribution.

I have noticed that when you merge love.exe and game.love into a game.exe you can actually extract the game.exe files. Now that's a problem, because everyone can extract my game from game.exe and see the source code. The question is, are there any other methods for a game distribution other than thi...
by Kjunix
Tue Dec 24, 2019 11:13 pm
Forum: Support and Development
Topic: I have been trying to figure this out for the past 2 day pls help ;(
Replies: 2
Views: 3202

I have been trying to figure this out for the past 2 day pls help ;(

Okay so I'm bugged, I don't know which library to use for the multiplayer. Is it socket or enet? I have created a "ping/pong" program that constantly sends "ping" to a server and "pong" to a client both in socket and enet. Now the problem is that when I start 10 clients...