Hello everyone!
I am currently making an online multiplayer game.
I am currently thinking about hackers. I have came up with two little solutions. Both have ups and downs.
Authoritative server: (all server handles)
-Cant really hack
-More load for server
Encrypted code: (client-sided handles)
-Protected obfuscated code
-Way less load on server
What do you guys think I should do?