|
|
|
|
|
by talmand
5439 days ago
|
|
I've always wondered how games written with javascript on canvas would handle cheating since you can type javascript code into the web page you are currently looking at. Adobe also has a tool for converting Flash to Canvas: http://labs.adobe.com/technologies/wallaby/ |
|
However, the user can still use javascript to manipulate the dom, and hence the canvas (I think).