RGB (The Viridian)
About
«RGB» is a 2D Platformer which the main mechanics is the switching colors of the player to get through the obstacles. It was made by only me when I was 17 years old for C# programming lessons in my university using only Visual Studio and Windows Forms. My teacher gave me only one month to create this game, so it contains only 10 levels.
«RGB» is about a robot called Teapot which was made by an evil company for some «not that good» reasons. When the Teapot found out his evil mission he decided to escape from the factory and the city too.
Rules:
- If colors of the player and another object are the same, there is not interaction between them.
- If colors of the player and another object are different, the player interacts with this object. So, if this object is a spike or a laser, the level starts over again.
- If the player makes a double jump, its color switches according to this scheme:
White → Red → Green → Blue → White
Player makes the first jump automatically and permanently.
Controls:
Moving: Left, Right/
Color switching:
W – to the White;
A – to the Red;
S – to the Green;
D – to the Blue.
Double jump: Space
Pause: Esc.