Hacker News new | past | comments | ask | show | jobs | submit
> how do you detect someone wall hacking automatically?

You don't tell the client the location of anything they can't see.

This doesn't work well in real time games. The client needs to know another player is on the other side of that wall so it can

* Play sounds from their actions * Actually be able to render them when either player comes around the corner without them obviously materializing out of thin air.

Far easier said than done