Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Random Loot Using Random Values
Ever play a game that had a random loot when you searched something or killed an enemy? Of course you have, it's a nice feature to have in a game. I'll teach yo...
-
-
Spawn Object Randomly without Family
Did you ever thinking about spawning object randomly but you couldn’t do it because family only for licensed user? We have solution for that……. First step, Don’...
-
How to update your app on Google Play
So you have uploaded your app to Google Play and made it available for the whole world to see. But what do you do if you realize that the app has a bug that has...
-
Simulated 3D Space Simulation
Today I got bored while programming and randomly got the idea to make something in fake 3D. This is all rendered using WebGL and the light plugin. It's pretty s...
-
Level Selection part 1
Level selection tutorial for beginners....Video tutorial part 2 uploaded. No Arrays. Capx file.
-
-
How to make a 3D Minecraft-like game
PLEASE NOTE THIS TUTORIAL IS UNDER HEAVY DEVELOPMENT AND IS BY NO MEANS WORKABLE OR COMPLETE! You may have read JoyfulDreamer s Pseudo-3D Games tutorial and got...
-
Simple Tile Based Lighting
Quite simple example using adjust HSL effect and Line of sight behavior. However if you can't use WebGL effects you could also make it use grid of black blocks...