* Mouse Drag: When you press and drag the mouse across the screen, it creates a trail of cubes that follows the cursor.
* Mouse Scroll: This controls the zoom level. Scrolling up zooms in and scrolling down zooms out.
* "+" Key: This increases the size of the cubes. Each press will increase the cube size by 10.
* "-" Key: This decreases the size of the cubes. Each press will decrease the cube size by 10.
* "Space" Key: Pressing the space key toggles the "floating" mode. In this mode, the cubes that have been drawn will start moving in random directions.
* "X" Key: Toggles the color mode between black and white and colorful mode.
* "ESC" Key: Pressing the ESC key resets the entire canvas, removing all drawn cubes and resetting the zoom level to default.
Note: All key controls are case insensitive.
Have a nice day ✓