Learn game development and animations with Construct
In this tutorial, I'll explain a simple way to move characters smoothly from one grid location to another. The moving character will require two behaviors: Bull...
This capx is a simple program that demonstrates fading between 5 different colored background layers each click. Demo. A good practice when naming objects or la...
Someone ask me to help him or her to build Food Slicer game. Where different kind of fruits shootout from bottom and player has to slice the fruits and get scor...
I remade a few beginner tutorials that were on here into video tutorials. Make sure to watch in full screen and in 1080p. Enjoy!
C2's Javascript SDK was the only way to run your custom JS codes and reflect the changes in C2. Although it's well documented and relatively easy to learn, I gu...
A quick and dirty way to add an HTML element to your game. We'll be using the browser plugin & the button plugin for this example. -Give the button an id of my_...
I was thinking how to save current state in database, till now I was aware of string thru Ajax, so I was using "savejobs=" & URLEncode(savejobs). This method is...
Here's is a tutorial for simple circular/elliptical motion where r is the radius of the circle and the speed of rotation can be adjusted by a slider bar. Two sp...
With this tutorial I will attempt to show you how a game server for a turn-based game of tic-tac-toe can be set up through a python web framework - Web2py and w...