Drawing Rainbow Rescue
You draw with your finger or mouse to create barriers that block the bees, using a touch or mouse event listener to track your input and place walls with absolute positioning. It is a landscape puzzle game for desktop that runs in the browser without installing anything. Each level asks you to sketch objects that keep the bees away from the rainbow, with collision detection deciding whether your drawing holds.
Loading the game…
This game did not load. It may be temporarily unavailable on the provider side.
About this game
Drawing Rainbow Rescue is an exciting adventure game where the player has to draw to save the Rainbow from bees. In a colorful and vibrant world, bees are threatening to destroy the rainbow. To prevent this, the player must use their creativity and draw different objects that will distract the bees and prevent them from reaching the Rainbow. With challenging levels and a captivating soundtrack, Drawing Rainbow Rescue is the perfect game for anyone who loves to draw and have fun.
How to play
Implement a touch mouse event listener that tracks the position of the users finger mouse and dynamically creates a barrier element with absolute positioning and height width properties based on the users input Additionally implement collision