Protecting Purely Client-Side Backbone Applications

RichN

New Member
So say I was to implement a scrabble game, and I wanted it to be 100 percent client-side, i.e. backbone handles all game logic. Is it possible to protect such a solution so that users weren't able to spoof game moves?Is this possible?
 
Top