IntroductionIs it possible to create games using JavaScript? You bet it is - you can design any kind of game your imagination permits, but if you create shoot-them-ups you should keep in mind that they will be a little slower compared to compiled languages such as C++ or C#.
If you like to learn by example, here are two logical games you can tinker with:
- JavaScript Chess. Yes, here is the entire chess engine written in JavaScript. Pit your wits against the computer...
... and unlike Deep Fritz, this one you can actually beat and feel good about it!
- Button Mania. The goal is simple - but getting there requires lots of thinking. Great logical game!
If you prefer games where things are moving, exploding and being shot at, it is easy to make them in JavaScript provided that you know how to handle various events as they appear, and the physics affecting the objects in the game. |
No comments:
Post a Comment