IT 201 PROJECT 1 AHMAD ODEH
This interactive Unity app allows users to grow a worm via 3D cubes by clicking the original cube on a plane in the scene to make a new one. Users can also change the color of the tail using a button and adjust the size of it with a slider. In additon, there are also coordinates showing where the cursor is located. If you destroy the tail you lose!
- Cube Spawning: When the user clicks anywhere in the scene, a new cube is created at that point.
- Color Change: Clicking the color button randomly changes the color of the tail.
- Size Adjustment: A slider allows the user to adjust the size of the tail.
- Cursor: Moving mouse around shows the exact X and Y coordinates of your mouse.