This tutorial is a result of a recent forum post on how to accomplish this task. Since this is a pretty powerful method of keeping in touch with your playerbase...
Hi I won't add to much info in here cause the file is pretty well commented. Hope you find this useful. If the attached file Is'nt working you can download it f...
This brief tutorial talks about the steps to publish a HTML5 game on itch.Io. The game is completed or currently being developed. The game is exported as a Web...
The key to this effect is an interaction between the shadow light object and the source-in blend mode . We create an image representing darkness and place it ab...
How to create simple, but scalable dialogue system for your game using triggers and string instance variables. Hope you enjoy the video! JOIN OUR COMMUNITY OF I...
C3 does Javascript in a bit of an odd way. Things don't exactly work the way you might expect them to work if you're used to regular Javascript in a browser. In...
As always, the file is available for free on my Patreon: The obvious requirements to having a tooltip system is to have some kind of UI system. I was tempted to...
This tutorial will explain a little bit about how certain features in the C2 runtime work. And how they can impact your performance. It might or might not be th...
If you're working with the Pathfinding behavior (e.G. Turn-based strategy project) you probably want to show player the path that object will move along. Unfort...