RGB
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
HTML puzzle game.
Minimize the field and make it white. You can't step on a tile containing elements of your own color. Stepping on a tile mixes in your color.
In later stages one color is always masked out on the stage.
Tested and works in Firefox, Chrome and Mobile Safari.
Should be somewhat responsive and work either with keyboard or touch controls.
--- WHAT I USED ---
* Libraries used: Hammer.js (for touch gestures) and Modernizr (for feature detection)
* Apart from that it's all vanilla JavaScript, CSS and HTML
Minimize the field and make it white. You can't step on a tile containing elements of your own color. Stepping on a tile mixes in your color.
In later stages one color is always masked out on the stage.
Tested and works in Firefox, Chrome and Mobile Safari.
Should be somewhat responsive and work either with keyboard or touch controls.
--- WHAT I USED ---
* Libraries used: Hammer.js (for touch gestures) and Modernizr (for feature detection)
* Apart from that it's all vanilla JavaScript, CSS and HTML