JavaScript Game Programming
One of the things I don’t cover in my book is programming games in JavaScript. That should come as no surprise, since there really isn’t anything “professional” or practical about it. However, I do find it amazing what creative people have done with JavaScript to make games.
There’s an article over at DevX explaining some of the basics of game programming using JavaScript. An interesting read, indeed. I also found an old, but still relevant article describing how to program Pac-man in JavaScript. Check out the following links for some cool JavaScript games:
It’s very cool that you can program games in JavaScript…maybe someday I’ll have to give it a try.