Often when you create some kind of game you're wondering how to make a character, a car and other things in 8-bits. Below you Piskel page. »PISKEL«. The website...
In computer science, a stack or LIFO (last in, first out) is an abstract data type that serves as a collection of elements, with two principal operations: Push...
Today we're gonna cover some basics of the platformer . Our goal is to make a complete platformer with the least code and the least use of collider sprites. Wha...
This tutorial will teach you how to make touch movement controls where horizontal swiping on one side of the screen controls the movement of the character, and...
This Tutorial will show you how to send a simple Email message from C2 or C3. You will need your own Web host. You will need to be able to upload FTP files up t...
I will try to write a tutorial for converting Shadertoy Glsl to C2 FX; 'i will try'===> is the quantum theory that's mean the final result (maybe) will fail dep...
In some top-down games the player can move behind objects, e.G. Walls or buildings. To not lose the position of the player, it shows the silhouette of the playe...
To download the capx file : Et's get started! If you want to try the menu : We only need 3 gloabal variables. "swipespeed": The speed that the menu must have af...
Rexrainbow's series plugins are perfect solutions for your grid-style games, like: Monopoly, SLG, roguelike games and etc. In this tutorial we'll teach you how...