#I'm making an idle game with semi-
1 messages · Page 1 of 1 (latest)
Some more thoughts:
- Generating everything on the server before it happens on the client takes too long, causing a delay in combat and when receiving items.
- Not re-checking everything on the server makes cheating way too easy.
- The client is basically just displaying everything to the user, it's not in control of anything.