Project 4
- December 17, 2022
- rickyhernandez1000
1) Randomized Cube SpawnThe user will be able to spawn cubes at random locations utilizing the Random math function that corresponds to values within the x and y axis. The spawn button for this is F.INPUT: F-keyOUTPUT: Cube spawned in unique random location 2) Moving PuckUsers will be able to control a fast moving "puck" using WASD. It has a rigidbody that allows it to collide with normal cubes pr…