Constructing Online Games

Creating games for the web has never been easier. There are countless options. You can make games in HTML5 using CSS, JavaScript and the ever-popular Canvas element. Or, you can use any number of game engines designed to create Internet-based games.

My current favorite tool for creation of online games is Construct 2. There are many game engines out there, but Construct 2 is my favorite because of the low cost, and the fact that Scirra (the maker of Construct 2) does not charge a royalty for games you sell or distribute using their engine. Many popular game engines want a chunk of your earnings if you create the next big internet gaming sensation. Scirra is happy to sell you a hobbyist or professional license. That is why you will see Construct 2 favored on this site.

Just because Construct 2 is favored, don’t expect TypeScript, JavaScript, Angular, and Node.js to be ignored. Making more advanced games, even with Construct 2, requires some basics knowledge of web programming. We’ll cover other types of web programming with an emphasis on game creation and tutorials that create simple games.

Now, let’s get your first game made with a brief Construct 2 game creation tutorial.

Continue reading “Constructing Online Games”