In a client server game architecture, what are the possible ways to verify that the client has not modified things like gfx assets or client side scripts?
Obviously no solution is perfect, but I would love to hear some ideas.
I am thinking something like an hash on all the files in the resources directory. Does that sound feasible?