Skip to main content

ChrisAbdo_IT201_Project1

Platforms

Web BrowserWeb Browser

About

* Purpose: Create a game where the user can place spheres in the scene and pop them * Game logic lives in GameManager.cs . Mouse tracking logic lives in MouseTracker.cs Feature 1: User can place spheres in the scene  Input: Left mouse click / Mouse location Process: Detect mouse click. Check if the Y-coordinate of the click position is less than or equal to 4.1f. If the condition is met…

Buy ChrisAbdo_IT201_Project1