Today I started programming a new game in C: Candy Crush, a very popular game amongst everyone who have nothing to do in their life. Anyway, here's a first screenie; so far only creating a random board and swapping candies is done:
I need to work on matching candies, end-checking, more levels, animations, lifes, chocolate (!) and what more. I will promise to finish this game, in contrary to many others of mine!
The main game has 2 tilemaps, one background (which is the dark blue ground) and one foreground tilemap, containing all the candies. It first draws the background tilemap, then eventually a light blue rectangle when you selected a candy, then the foreground tilemap and lastly the cursor.
Source: https://github.com/PeterTillema/Candy-Crush-CE

I need to work on matching candies, end-checking, more levels, animations, lifes, chocolate (!) and what more. I will promise to finish this game, in contrary to many others of mine!

The main game has 2 tilemaps, one background (which is the dark blue ground) and one foreground tilemap, containing all the candies. It first draws the background tilemap, then eventually a light blue rectangle when you selected a candy, then the foreground tilemap and lastly the cursor.
Source: https://github.com/PeterTillema/Candy-Crush-CE