I'd like to play around with writing some very small, simple web-based games (checkers, Conway's Game of Life, etc). I started looking into Java applet tutorials, but my years of frustration with freezing Java applets had me wondering if there were better and easier development languages to invest my time on. What's a good "starter" language for web game development?
C++ is the most popular language for creating game engines—the development environments where game programmers create and host their interactive worlds. Game engines provide the technology for every aspect of a game, from graphics, physics, and sound to the behavior of AI-powered game bots.
JavaScript, the programming language used on the Web, is blazing fast in modern browsers and getting faster all the time. Use its power to write the code for your game, or look at using technologies like Emscripten or Asm.
Simplest: JavaScript
Most used: Flash
Up and coming: Silverlight
On the decline: Java, Shockwave
Advice: If you're doing something simple, Javascript is fine. Flash is a good option from there, as there's a lot of examples to learn from. Silverlight is good, but you'll have fewer examples to take advantage of.
If you want to be able to take advantage of many gaming portals, however, to get your game out to more people--Flash is really what most of them have focused around, and it'll be harder (not impossible) to distribute to others if you're not using Flash.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With