8 ms·
Fun little game However I notice people have realized they can set their own score with an HTTP request (I mean, it's Hacker News), maybe put in some sort of m
by jmkni 2mo ago
Fun little game
However I notice people have realized they can set their own score with an HTTP request (I mean, it's Hacker News), maybe put in some sort of mitigation?
- naet 2mo agoIn my experience there is little you can do to "mitigate" that kind of thing outside of running the game completely server-side, which usually makes a tiny project into a much larger undertaking.
- pardon_me 2mo agoRecording the game start and end time server-side to perform a plausibility check of submitted score vs. time played would help, but this would require tracking individual users games, and still doesn't solve the problem entirely.