Game Development Reference
In-Depth Information
$.post("highscorelist.php",{score: theScore, name: playerName},function(data){
result = data;
}
As long as you can do some simple PHP communication, you can easily implement any sort of data
storage that you can envision.
Summary
By now you have hopefully witnessed the power of Processing.js and the benefits of keeping things
simple. While games are becoming more graphically and technologically advanced, a good game must
always adhere to some core principles. The cliché expression “the simplest idea is often the best” couldn't
be more true when it comes to online games. Players have extremely short attention spans, so it pays to
concentrate on the heart of the experience to make it come across.
Resources
To learn more about Processing, check out some of the following web sites:
processing.org : download processing; check out the forum, examples, and reference docs
Processingjs.org : the JavaScript port of Processing
sketchpad.cc : an online editor to write and save Processing.js sketches
openprocessing.org : share and explore sketches
 
Search WWH ::




Custom Search