Learn game development and coding with Construct 2
And Welcome to a small tutorial (or should I say), rather it be a tips & tricks guide. I dislike to call myself an expert at game-creation, but I can gladly say...
The Scirra Arcade has a great feature that allows you to embed any of the games on your website. It's like embedding a YouTube video, but you embed an Arcade ga...
You can use the following operators in expressions: + (addition). - (subtraction). (multiplication). / (division). % (modulo, remainder after division). ^ (rais...
Construct 2 includes the Physics behavior, powered by Box2DWeb . This allows you to have objects moving with real-world physics - here's a demo to show the idea...
It's good practice to have up-to-date graphics card drivers. Old drivers can cause display glitches, especially in the Layout View, or run slowly. Sometimes, up...
I use several combat engine systems and game mechanics in my gaming series; And, I would like to share this "Table of Contents" from the workshop's eBook -- "Bu...
How to make Waypoints like MergePlanes Game - Construct 2 and 3. Hello ! In this Tutorial you will learn how to make a instance move like the game Merge Plane....
Doing things in a random manner is somewhat easy to do, but to manipulate its function is hard to do especially when things being random tend to somewhat be out...
People say, started a game but halfway coding the game, get a new idea and try to add on this or that get lost and drop that game altogether and start all-over...