Skip to main content

Games like IT201-Project 3-Harshi-Chalamani

Looking for games like IT201-Project 3-Harshi-Chalamani? Here are top action recommendations, selected from player-similarity data — start with IT201-Project 4-Harshi-Chalamani, IT201_Sprint3_Shival_Panchal or Chris Abdo - IT201 - Project 4.

Change display type

Skip Platform filter
  • Project 4 features: Feature 1: Convert Spheres Button Input: Button click Process: All objects (non-spheres) are updated to sphere meshes. Output: Every object in the scene becomes a sphere. Feature 2: Pause/Unpause Rotation Input: Button click Process: Pauses or resumes all rotating objects. Output: Objects either freeze or spin again. Feature 3: Destroy Time Slider Input: Slider moveme…

    View Game
    View Game
  • Description: This app is a basic Unity project that lets the user mess around with 3D boxes that spin. There are a few buttons and a slider that let you spawn different kinds of boxes, change how they spin, remove them, and even control how fast they rotate. The idea was just to get used to using UI elements and interacting with objects in Unity through C# scripts. Original Features:  Featur…

    View Game
    View Game
  • Whats New: I updated the UI and made it much more organized in the latest version of the game. Not much functionality has changed but it is more polished now.Itemized Features 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 condit…

    View Game
    View Game
  • Project 1 Features: 1. Feature 1: Display Mouse Position     Input: Mouse moving anywhere on the screen     Process: The script reads mouse X and Y coordinates      Output: Text updates live showing the mouse position on the screen 2. Feature 2: Spawn Shape on Button Click     Input: User clicks the “Drop Shape” button     Process: The script converts mouse screen position to wo…

    View Game
    View Game
  • Brief Description: For my Unity Project 4 I combine all my projects into one here and apply updates based on the comments and notes that address any issues. Here are all the features in my range based shooter:  Place your own targets using the right mouse button and the left mouse button to create projectiles that shoot towards a target. There is also a feature for a button that enables or disa…

    View Game
    View Game
  • Fixes for this project: 1.) Made the Clock have user input using key input from keyboard. 2.) Organization was a little messy. So, I placed everything in sequence. 3.) Size of the clock was hard to read so I made it larger and changed to color for clarity. Old Features From Project 3: Feature 1: Animation Clip Swap What It Does: enables the user to alternate between an object's various ani…

    View Game
    View Game
  • Feature 1: Display Mouse position Input: Mouse location Process: assign mouse X, Y, Z position to text object Output: Text is displayed in the lower left corner showing X, Y and Z of the mouse. Difference: This feature is different from class project because it shows the Z axis. Feature 2: Create & Destroy Objects Input: Mouse Left Click or Mouse Right Click Process: Raycast fro…

    View Game
    View Game
  • (Project 1)Features: Feature 1: Display Mouse Position Input: Mouse location Process: Capture the mouse's X and Y coordinates and display them on the screen. Output: Text showing the X and Y position of the mouse appears on the screen. Feature 2: Display Planet Mass When It's Clicked Input: Mouse click on a planet Process: Detect when a planet is clicked, and display the mass on the U…

    View Game
    View Game
  • Feature 1: Displays Mouse Position Input: Mouse Location Output: There is text on the lower left side of the screen showing the X,Y position of the mouse.  Process: Grab mouse coordinates, convert to string, set text object to string.  Feature 2: Spawn falling objects Input: Mouse Left Click Output: A cube is spawned at the location of the left click which will then fall down the s…

    View Game
    View Game
  • Feature 1: Display Mouse position  Input: Mouse movement  Process: keep the coordinate text on the mouse position and offset it for aesthetic and real-time update the coordinate as the mouse moves or doesn't move.  Output: Text is displayed in the lower left corner showing X and Y of the mouse.  Feature 2: Create Trees and Rocks by Left Mouse Click  Input: Mouse Left Click  Process…

    View Game
    View Game