Here's a demo of what it looks like. In this tutorial we'll use this grid as a tiled background. This grid consist of 2 line group. A line can be formulated lik...
I'm gonna show you how to make a smooth simple camera zoom. And yes, i'm aware that there's a tutorial similar to this, but this is another way to do it and it'...
AutoTileGen is software for generating terrain-based tilemaps from 3 input images. For example: These 3 images: Resulted in this tilemap: Which can be used to m...
THIS forum request. It is just a classic old school style Space Invader clone, and because it is so very easy to do, there are no comments or instructions, just...
Path finding subject has been prepared by many of you. I still get messages from newcomers how to implement this? Well here is self explaining CAPX that will te...
*This article will introduce you to Artificial Intelligence in video games. In this tutorial, you’ll learn what Finite State Machines are, and how to apply this...
A simple AI that makes an enemy follow you if your in range and stop following when you go out of range.
It's very possible you've come across the problem of needing to scroll items in a side menu during a game (This can be very troublesome when making a cookie cli...
I needed a customisable scrollbar for my game that could be any size and position on the layout and display text and images. It's created using sprites. Here ar...