Games like IT201_Project3_Anthony_Rodier
Looking for games like IT201_Project3_Anthony_Rodier? Here are top action recommendations, selected from player-similarity data — start with IT201_Project04_Anthony_Rodier, IT201_Sprint2_Anthony_Rodier or Joel Collado - IT201-450 - Project-4.
- View Game
Brief Description: This iteration now includes setting time limits, adjusting target size, dynamic score tracking, and starting the game via a start button. It also retains animation-focused enhancements like choosing which animations to see via a dropdown, adjusting animation speed via slider, reversing animations, allowing for simultaneous animations, and toggling the visibility of UI elements f… If you enjoyed this game, see our list of games similar to IT201_Project04_Anthony_Rodier.
- View Game
For this project, I created a game called Shape Clicker. The user initiates the gameplay by clicking the "Start" button at the bottom of the screen. The objective of Shape Clicker is to click as many cubes as possible before the allotted time runs out. The previous iteration of this game only offered the player a display for the cursor position, a dropdown to change the time limit, a dropdown to a… If you enjoyed this game, see our list of games similar to IT201_Sprint2_Anthony_Rodier.
- 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… If you enjoyed this game, see our list of games similar to Joel Collado - IT201-450 - Project-4.
- 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… If you enjoyed this game, see our list of games similar to Rana Khan IT 201-001 Project 4.
- 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… If you enjoyed this game, see our list of games similar to IT201_Project4_Felobateer_Shenoda.
Jungle Survival is a first person exploration and survival game set in a dynamic jungle environment. Players navigate the terrain, collect and manage items through an intuitive inventory system, and interact with the world using real-time UI controls. The game features core survival mechanics such as health, hunger, and stamina, where players must eat to survive, manage energy while sprinting, and… If you enjoyed this game, see our list of games similar to Project 4.
View Game
- View Game
My application generates spheres on the screen when the user clicks the left mouse button within the scene. The user can manipulate the scene using both the left mouse button and on-screen UI buttons to adjust the spawned spheres. Additionally, certain keyboard buttons allow the user to trigger specific animations for the spheres. Additional features that I have implemented include a gravity toggl… If you enjoyed this game, see our list of games similar to IT 201_Sprint04_Sheffa_Kochay.
- 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… If you enjoyed this game, see our list of games similar to IT201_Project3_David_BodeDisu.
- View Game
Objective: The player earns points by clicking on different objects that spawn randomly on the screen within a set time limit. Gameplay Mode: Fast-paced point-and-click game focused on quick reactions and precision. Features Core Gameplay Object Rotator Check off the checkbox, and objects will spawn in different rotations. Random Object Spawning: Objects (Cubes, Spheres, Capsules)… If you enjoyed this game, see our list of games similar to ramymatta-project3.
- View Game
Users gets to experience the different stages of my application where in the first project you are able to spawn in certain flowers and furthermore from building on this project which lets users spawn in a range from 1 to 10 flowers and allow them to grow at a rate of their choice while they experience a day to evening to night cycle and control the speed of the time as well as destroy all flowers… If you enjoyed this game, see our list of games similar to IT201_Sprint04_Andrew_Carpen.
- View Game
Brief Description: For my Unity Project 3 I continue my range based shooter where there is now the ability to hide the UI menu using H on the Keyboard. Also there is new mouse button input the middle mouse now spawns new animated robot prefabs that acts as guard for the targets. You can change their direction or stop their movement with the Dropdown menu. In addition, you can control their animati… If you enjoyed this game, see our list of games similar to Joel Collado - IT201-450 - Project-3.
- 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… If you enjoyed this game, see our list of games similar to IT201_Sprint04_SophiaEgharevba.
- 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… If you enjoyed this game, see our list of games similar to Chris Abdo - IT201 - Project 4.
- 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… If you enjoyed this game, see our list of games similar to Pabal's Games | IT201-021 Project 4.
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… If you enjoyed this game, see our list of games similar to IT201_Sprint3_Shival_Panchal.
View Game
- View Game
Feature 1: Display Cursor Position Input: Cursor Location Process: The mouse position on the screen is tracked using Input.mousePosition and stored in a two-dimensional vector. The vector's x and y coordinates are then formatted and assigned to the TextMeshProUGUI.This portion of the code is inside the update function, which allows the position to update in real-time. Output: In the bottom … If you enjoyed this game, see our list of games similar to IT201_Project1_Anthony_Rodier.
- View Game
Project 2 Features:Feature 1: Rotator Button Input: Button click Process: Rotates selected object(s) tagged as "SpawnedObject" using a script like RandomRotator Output: Object spins or rotates visibly in the scene Difference: Adds motion through user input, which wasn’t present in the static placements of Project 1Feature 2: Time Format Button (12/24 Hour Toggle) Input: Button click Process:… If you enjoyed this game, see our list of games similar to IT201-Project 2-Harshi-Chalamani.
- View Game
New Features: Feature 1 – Gravity Toggle Input: Checkbox (Toggle UI element) Process: When the toggle is checked or unchecked, the script loops through all spawned shapes in the scene and sets their Rigidbody.useGravity to true or false. Output: Shapes immediately start falling with gravity or float in place, depending on toggle. Feature 2 – Clear All Shapes Button Input: Button clic… If you enjoyed this game, see our list of games similar to IT201_Sprint2_Felobateer_Shenoda.
- View Game
New Added Features:Feature 1: Theme Selector (Environment Change) Input: Mouse Click on Dropdown Menu - “Theme Type” (Winter | Desert | Mountain) Process: Changes skybox, ambient lighting, sun color, and ground material based on selected theme. Output: The entire scene environment updates visually to match the chosen setting. Feature 2: Target Marking System Input: Mouse Left Click … If you enjoyed this game, see our list of games similar to IT201_018_Project2_Ashutosh_Chalise.
- View Game
Game Overview Objective: The player earns points by clicking on different objects that spawn randomly on the screen within a set time limit. Gameplay Mode: Fast-paced point-and-click game focused on quick reactions and precision. Features Core Gameplay Object RotatorCheck off the checkbox and objects will spawn in different rotations.Random Object Spawning: Objects (Cubes, Spheres, Capsule… If you enjoyed this game, see our list of games similar to RamyMatta_IT201-021_Project2.
- View Game
Mars vs Venus: The Battle of Minds github link: https://github.com/TwoBitCode/Mars_VS_Venus (for Assignment4: I think our implementation for the senerios is something worth noticing) "Can you truly understand the other side?" Discover the core formal elements of Mars vs Venus and detailed game insights on our Wiki page. Features Two Perspectives : Choose to play as … If you enjoyed this game, see our list of games similar to Mars_VS_Venus.
- View Game
Dylan DiPalma IT201-018 Project 4 This project adds a menu where a user can choose one of the three projects to play, see a description and thumbnail of each, and return to the menu by pressing ESC in any game. This iteration also cleans up the organization of the assets directory (by putting prefabs in their own folder and separating the scripts for each project) and cleans up code by adding des… If you enjoyed this game, see our list of games similar to Dylan DiPalma IT201-018 Project 4.
- 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… If you enjoyed this game, see our list of games similar to IT201_Project2_David_BodeDisu.
- 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… If you enjoyed this game, see our list of games similar to Ali Jamil-IT201-451-Project3.
- View Game
Game Description: This project allows the user to create a 3D object when right-clicking. When the user right clicks an object will get spawned. The user can change shapes between a Cube, Cylinder, Capsule, and an Alien (prefab). The user also can make the object transparency change, make the object bigger or smaller by changing its size, change colors via sliders and is also able to select how q… If you enjoyed this game, see our list of games similar to Project4_IT201_EmirisGermosen.
Clear the subgrid of cubes without touching the bombs by sorting out how many connections are safe! Happy puzzling! If you enjoyed this game, see our list of games similar to Subvirtual.
View Game


- View Game
IT201-450 Ashutosh Chalise Dirt Bike Game All Features: Feature 1: Bike Movement Input: Arrow Keys: ↑ - Move forward ← - Turn left → - Turn Right SpaceBar - Brake Process: The bike moves forward and turns right/left using rigidbody physics, and the spacebar resets motion or stops the bike Output: Realistic dirt bike movement across terrain Feature 2: Camera View … If you enjoyed this game, see our list of games similar to IT201-450-Project4-AshutosChalise.
- View Game
Itemized features: Feature 1: Soil Tilling & Seed Selection i) Description: Clicking on a soil patch changes texture to a tilled state. Pressing a button cycles through available seeds. ii) Input: Mouse Click, Button Press iii) Output: Tilled soil and seed item placed on soil. Feature 2: Watering System i) Description: Clicking on a plant increases its hydration level. The plant sp… If you enjoyed this game, see our list of games similar to IT201-018_YashiRastogi_project4.
- View Game
This Unity project is an interactive app showcasing four distinct features, each highlighting a different type of user interaction and visual effect. Users can experiment with a countdown timer, modify the color of a cube using a slider and a toggle, and click to change the cube’s shape. Each feature demonstrates fundamental Unity functions, providing a simple yet engaging way to explore user inte… If you enjoyed this game, see our list of games similar to IT201 PROJECT 2.
- View Game
My project 3 builds upon my previous submissions and allows users to spawn and manipulate cubes. Upon launching the app, users are presented with a user-friendly interface that displays information such as the mouse's current position on the screen and a digital clock in the bottom right corner. Instructions for navigating and utilizing the app's features are placed in the top left corner to guide… If you enjoyed this game, see our list of games similar to Tamara Gagic-IT201-450-Project 3.
Description Draw on a 2D canvas with 3D shapes. Click or drag over the white canvas to begin spawning objects. These objects will spawn with random rotation, relative size, and color to give a more enjoyable experience. Configure several settings that allow you to change the appearance of you pen such as color, size, shape, and animation. Features Creating and Deleting Objects with the mouse:… If you enjoyed this game, see our list of games similar to IT Project 4.
View Game
- 73%Game Brain ScoreMost mentioned positive aspects:music, graphicsMost mentioned negative aspects:optimization, stability73% User Score 73 reviews
Wether you´re a music lover, a hardcore pinball fan or just curious about pushing boundaries of virtual experiences, Infected Mushroom Pinball is your gateway to next-level audiovisual immersion, where the line between real and virtual blurs. If you enjoyed this game, see our list of games similar to Infected Mushroom Pinball.
View Game


- 79%Game Brain ScoreMost mentioned positive aspects:humor, replayabilityMost mentioned negative aspects:stability, gameplay79% User Score 215 reviews
JOY OF PROGRAMMING - Software Engineering Simulator is an immersive 3D programming puzzle game about automating and controlling realistic machines, robots, drones and more using real Python code. Build actual coding skills while playing, solve exciting bite-sized programming challenges and progress to unlock new programming features and improved machinery. Prior programming knowledge recommended. … If you enjoyed this game, see our list of games similar to JOY OF PROGRAMMING - Software Engineering Simulator.
View Game


The duelist card plugin allows game designers to implement a card game similar to Yu-Gi-Oh (Although much more simplified) in their RPG Maker MZ Game. NOTE: The tool is configured for RPG Maker MZ ONLY. NOTE: The tool is configured for RPG Maker MZ ONLY. NOTE: The tool is configured for RPG Maker MZ ONLY. Reason it has no MV release at this moment is due to MV Array.sort function being rather "spe… If you enjoyed this game, see our list of games similar to RPG Maker MZ: Duelist Cards (MZ).
View Game


- View Game
Project 3 Features: Feature 1: Convert Spheres Button Input: Click the "Convert to Spheres" button Process: All existing objects that are not spheres are changed to spheres by modifying their mesh Output: All current objects become spheres Feature 2: Pause/Unpause Rotation Button Input: Click the "Pause Rotation" button Process: Loops through all rotating objects and disables their rotati… If you enjoyed this game, see our list of games similar to IT201-Project 3-Harshi-Chalamani.
- View Game
Simple Block Builder! In this project, you are able to see my previous project as they were, with the mistakes and wrong resolutions; but on Project 4 you are able to see everything fixed! Click on each button to take you to each project.Feature 1: Player movements Input: Press the keys ESDF and the space bar. Press on E - forward Press on D - back Press on S - left Press on F - r… If you enjoyed this game, see our list of games similar to Project 4 IT 201.
- View Game
In short, this is my Pong clone so far. AI needs tweaking, I will get to that soon. (AI updated and is better balanced) https://medium.com/@tmaurodot/building-a-single-player-pong-clone-in-unity-step-... How to Play Single-Player Pong Start: Click “Play” on the menu screen (scores 0, timer “Time: 60”). Round Begins: Gameplay music starts, ball resets with a 2-second countdown (“2” to “1”), t… If you enjoyed this game, see our list of games similar to My Pong.
- View Game
Feature 1: Display Mouse position Input: Mouse location Process: Method is called Output: Text is displayed on the top left corner showing X and Y of the mouse. Feature 2: Create Objects Input: Mouse Click Process: Cue user to right click. Output: an object is drawn where the mouse is clicked.A string of objects are created if it's dragged. Feature 3: Change Color Input: D… If you enjoyed this game, see our list of games similar to Project 4.
- View Game
FOR BEST EXPERIENCE GO FULL SCREEN 1. Object Rotator: Input: Player checks the "Object Rotator" checkbox. Output: Objects spawn with varying rotations, adding visual diversity. 2. Random Object Spawning: Input: Game is in progress. Output: Cubes, spheres, and capsules appear randomly on the screen at set intervals. 3. Object Clicking: Input: Player clicks on an object. Output: Pla… If you enjoyed this game, see our list of games similar to ramymatta-project4.
- View Game50%Game Brain Score50% User Score 1 reviews
Labeled as Project 4, this is the finalized application of the ongoing drawing project I have developed for IT201 Information Design Techniques. You will open up the game to see a cover page with buttons that will direct you to every version of the game during it's building process, from the complete Project 4 game all the way to the first Project 1 game. Listed below are all the features include… If you enjoyed this game, see our list of games similar to Marcello Silva - IT201-450 - Project 4.
Feature 1: UI_Draw Title: UI_Draw: Interactive Drawing and Shape Creation Description: Allows users to create shapes with customized colors and materials and manage created objects within a Unity scene. Input: User interaction via mouse clicks Dropdown selections for color, shape, and material Slider adjustments for RGB values Button clicks for applying materials and clearing the scen… If you enjoyed this game, see our list of games similar to IT201_450_Sprint3 Anass Quaye.
View Game
- View Game
This project is an amalgamation of the previous 3 sprints. It includes a main menu to switch between the 3 different projects.Below is the updated list of features:1. Feature 1: 3D Object Spawneri. Description: A GameObject is initialized to create a 3D primitive object in the shape of a capsule, depending on where the user right-clicks on the screen ii. Input: Th… If you enjoyed this game, see our list of games similar to IT201-006-Jasmin-Lim-Project4.
- 94%Game Brain ScoreMost mentioned positive aspects:gameplay, graphicsMost mentioned negative aspects:stability, optimization94% User Score 343 reviews
Design a modern zoo to help animals thrive as you support conservation projects around the world. Since its release in 2021, tabletop board game Ark Nova from designer Mathias Wigge has received numerous awards around the world. Now a new digital adaptation brings the strategy and science of the beloved board game to players everywhere! In Ark Nova, you will plan and design a modern, scientific… If you enjoyed this game, see our list of games similar to Ark Nova.
View Game


- 51%Game Brain ScoreMost mentioned positive aspects:storyMost mentioned negative aspects:music80% User Score 15 reviews
Welcome to an immersive trading simulation experience. In this game, the dynamics of financial markets are realistically replicated in a safe, virtual environment. Utilizing real market data, it offers a lifelike trading experience, suitable for both seasoned traders and beginners. The game does NOT require any 3rd-party accounts. After launching the game from Steam, it automatically creates and … If you enjoyed this game, see our list of games similar to dontred: SIMTrading.
View Game


- 87%Game Brain ScoreMost mentioned positive aspects:music, storyMost mentioned negative aspects:stability, optimization87% User Score 165 reviews
Get your workout with any osu!-beatmap in pure rhythm game environments, or immerse yourself - guided by dragons - in the mindset that will save our lovely little planet ... in the only room-scale Virtual Reality rhythm game that precisely knows each note of every song in the game! If you enjoyed this game, see our list of games similar to Holodance.
View Game


- 78%Game Brain ScoreMost mentioned positive aspects:gameplay, replayabilityMost mentioned negative aspects:stability, grinding78% User Score 82 reviews
Compete with your friends in an exciting new style of Soccer! Dazzle your fans and confuse your foes all with the press of a button! From the ground or high in the sky, strike and win the day! If you enjoyed this game, see our list of games similar to World Fighting Soccer 22.
View Game


- 56%Game Brain ScoreMost mentioned positive aspects:gameplay, graphicsMost mentioned negative aspects:stability62% User Score 42 reviews
Tile Tale is a game about pushing tiles from a limited tile stack into a board, pushing off other tiles off of the board in the process, with the goal of making 2 by 2 combinations of the same type to gain new tiles to place. If you enjoyed this game, see our list of games similar to tile tale.
View Game


## I. Game Overview *StarBump Royale* is a fast-paced bumper car collision arena game developed for the web, playable instantly upon opening a browser. Centered on the core design philosophy of **short match durations and high thrill value**, each match has a fixed 3-minute runtime. Players control bumper cars to collide with opponents and collect stars to earn points, competing for the title of … If you enjoyed this game, see our list of games similar to StarBump Royale.
View Game
- View Game
This is Rayyan Khan’s IT201 Project #4. No new features are included; this update focuses entirely on UI improvements, bug fixes, and internal refinements. Reorganized and adjusted the UI layout by repositioning buttons and controls to create a more stable, clean, and visually consistent interface in the foreground Improved overall UI spacing and alignment to make the layout feel more co… If you enjoyed this game, see our list of games similar to IT201-Project4-RayyanKhan.
- View Game
IT-201 PROJECT 4 MICHAEL HANSON POLISHED INTERACTIVE UNITY APPLICATIONS This project combines and polishes three previous Unity applications, addressing all instructor feedback with significant improvements and fixes. WHAT'S INCLUDED: ✓ Project 1: 3D Object Spawner (FIXED & ENHANCED) ✓ Project 2: Interactive Click-A-Cube (POLISHED) ✓ Project 3: Animation Demo (FIXED & ENHANCED) … If you enjoyed this game, see our list of games similar to IT 201 Project 4.











































