Can anybody make this javascript snake game worked with php & mysql so that it is possible to save score in database with user name? http://javascript.internet.com/games/snake.html ITS REALLY COOL GAME
if the game were using any kind of JS framework (like Jquery or prototype) it could use the ajax functionality to send scores/userid etc to a php file which would manage it in that way. (but how would one keep from sending fake scores to the php?) Boooooo, that suxeth.
Just find a flash game with that functionality, it's probably better than the crude functionality in this game.