Skip to main content
Games like Joseph Muszynski IT201 Project 4

Games like Joseph Muszynski IT201 Project 4

Games like Joseph Muszynski IT201 Project 4

Looking for games like Joseph Muszynski IT201 Project 4? Here are top action recommendations, selected from player-similarity data — start with Joel Collado - IT201-450 - Project-4, Rana Khan IT 201-001 Project 4 or IT201_Project4_Felobateer_Shenoda.

Change display type

Skip Platform filter

Skip Play Mode filter

Skip Price filter
  1. 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
  2. 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
  3. 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.

    View Game
  4. There are bugs that prevent us from building the latest version, so this version is the latest runnable version. Check the GitHub repo for the efforts we make TAT WashU CSE 4501 - 01 Group HUse A / D to move your character left or right.Press Shift while pressing A / D to perform a Quick Dash in that direction.Press Space to Jump over obstacles.Hold Left Ctrl to Slide under low obstacles.Click t… If you enjoyed this game, see our list of games similar to VG2_Group H Project.

    View Game
  5. 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
  6. Controls: Aim: MouseShoot: Left MouseLaser (Level07 only): SpaceTeleport Ball: L The aim of Peghoul is to use your cannon to destroy as many pegs as possible. Aim your cannon and fire with the mouse. Hit pegs to destroy them, and earn bonus points depending on which bucket the cannon ball ends up in. Some levels contain spooky ghosts to destroy for extra points. Features list copied from assign… If you enjoyed this game, see our list of games similar to Peghoul.

    View Game
  7. 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.

    View Game
  8. 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
  9. 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
  10. 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
  11. Core Functionality (all levels) 24% 3 Ball Shooting When mouse button is pressed (1 mark), ball shoots towards mouse (2 marks). 3 Ball aiming constraints Shooter can only be aimed within the 120 degree range pointing toward the bottom of the screen (2 marks). If the shooter is aimed outside of this range, it clamps to the edge of the range and shoots at the clamped angle (1 mark). 1 Ball movement … If you enjoyed this game, see our list of games similar to Exam Peggle.

    View Game
  12. 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.

    View Game
  13. Description: This project is a simple clone of the original Pac-Man arcade game. While it aims to be similar to the original, it is not an exact copy. The main goal of this project is to showcase my skills as a C# programmer and Unity developer in a small project where the code can be easily analyzed. Execution: Unity Version: Unity 6.0.25f1 Open the "Game" or "Init" scene in the … If you enjoyed this game, see our list of games similar to PacMan.

    View Game
  14. Try to survive as long as you can against the onslaught of incoming food! The more food you destroy, the more xp you will gain. The more xp you gain, the more you will level up and get stronger! Controls: WASD or Arrow Keys to moveChangeLog for 11/29/2024  - v1.1Reduced the maximum number of enemies drastically, this should prevent lag as the game progresses to the later waves ChangeLog for 11/2… If you enjoyed this game, see our list of games similar to Pan-demonium.

    View Game
  15. 96%Game Brain Score
    96% User Score Based on 172 reviews

    A platforming adventure about the colors of life. If you enjoyed this game, see our list of games similar to Colors of Your World.

    View Game
  16. 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
  17. Game does not work properly in itch.io. It works properly in Unity Hub. Please download it and play it in Unity Hub.Feature #1: Spawn Object Button (UI Button) A UI button labeled “Spawn Object” calls the SpawnObject() method in the script, creating a new object with the selected shape, gravity setting, and shared material. This button has an assigned spawn point (center of the screen) and all o… If you enjoyed this game, see our list of games similar to IT201_Sprint02_Muazam_Hassan.

    View Game
  18. 50%Game Brain Score
    50% User Score Based on 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.

    View Game
  19. 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
  20. Project 1 Paint App I made a painting tool that creates cubes when the user clicks on the screen. The cube will be rotated on the x, y, and z axis using a series of sliders. The program also reads the  There is also a dropdown for the user to change the color. 1. Display Mouse Position Input: Mouse placed within the vicinity of the screen Output: X and Y coordinates of the mouse are displayed 2… If you enjoyed this game, see our list of games similar to Patrick Pagfdatoon IT201 Project 4.

    View Game
  21. Controls: Always run forward. Use the A or Left Arrow Key to move left and D or Right Arrow Key to move right in an infinitely generated straight line. Press the Spacebar to jump. Click the Left Mouse Button to fire. Press the Escape Key to pause while in-game. Devlog 9/23/2022Basic player and map createdPlayer automatically runs forward, can move left and right, and jumpPlayer can collide with th… If you enjoyed this game, see our list of games similar to Project Grinch.

    View Game
  22. •  Last Update v0.9.0 -The game now comes with 50+ build samples. you will be able to immediately load them from the loading menu. -While the samples will take a place in your loading menu I have added an option to hide the game samples to easily find your saves. -The gallery now are much faster it will load the images while browsing them and it will clear them from the game memory when you clo… If you enjoyed this game, see our list of games similar to We-Do-Cubes.

    View Game
  23. This is Neil's IT201 Project #4. No new features are included and this is just a bug fixes:  Added backgrounds to the titles for the sliders Changed the size of the toggle box for Timed Destroy AND turned it off by default Fixed Squidward's name in the dropdown menu (removed Tentacles from name) Added the ability to change "Animation State" with keypad/numpad as it originally only worked with the… If you enjoyed this game, see our list of games similar to Neil Evans - IT 201-001 - Project 4.

    View Game
  24. 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
  25. 46%Game Brain Score
    46% User Score Based on 2 reviews

    Hibotchi is an exciting blend of Tetris, Slay the Spire, and Diner Dash—a real-time cooking game with cards. If you're new here, I recommend starting with the tutorial (accessible from the "Choose Level" option). Gameplay Your objective is to fulfill the orders of your customers. To achieve this, you need to match the falling foods by strategically using the cards in your deck. Play cards from… If you enjoyed this game, see our list of games similar to Hibotchi.

    View Game
  26. 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
  27. 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
  28. FEGGLE (Fake Peggle) (KIT109 Exam Game) HOW TO PLAY: - Point your mouse to where you want the ball to go, and click to release. - Try to hit all the panels before you run out of balls! Additional Controls: - Press L to activate "Lindslay Mode" and teleport your active ball to your cursor position! - Press Q or the on-screen  "Back" button to return to the title screen - Use the number row to jump… If you enjoyed this game, see our list of games similar to Feggle (KIT109 Exam Game 2023).

    View Game
  29. Basic Controls and Goaltext Implemented Features Core Functionality (all levels) Ball Shooting When mouse button is pressed (1 mark), ball shoots towards mouse (2 marks). Ball aiming constraints Shooter can only be aimed within the 120 degree range pointing toward the bottom of the screen (2 marks). If the shooter is aimed outside of this range, it clamps to the edge of the range and shoots at the… If you enjoyed this game, see our list of games similar to Peggle.

    View Game
  30. Aim with mouse, click to shootDidn't get around to making layouts for the levels but levels 1-5 should have there mechanics shownAssets: shooter, ball, bricks: https://opengameart.org/content/breakout-brick-breaker-tile-set-free Background image: https://opengameart.org/content/space-background-2 music: https://opengameart.org/content/platformer-game-music-pack Sound Effects: https://kenney.nl… If you enjoyed this game, see our list of games similar to Exam Game - Peggle.

    View Game
  31. Mouse to aim, press or hold left mouse to fire the ball. Try to complete every level by reaching the goal. Don't resize window at allEverything from the specifications besides level 3 has been completed - music from NAOKI, title is Ups and Downs, slayers theme from the guilty gear strive soundtrack: NAOKI 2024, Ups and Downs, YouTube, viewed 7 June 2024 - used chatGPT for help with coming up w… If you enjoyed this game, see our list of games similar to Exam Golf Game.

    View Game
  32. inPixio Photo Studio Pro is a software program for editing and improving your photos. It makes it simple and fast to: Cut out objects and people in your photos. Remove unwanted features in the landscape. Correct defects in a few clicks. Produce creative montages using original stickers, objects, and backgrounds. In this professional version, you can also enjoy a whole host of new features, i… If you enjoyed this game, see our list of games similar to inPixio Photo Studio Pro.

    View Game
  33. https://medium.com/@tmaurodot/creating-a-virtual-piano-with-ai-composed-music-in... Creating a Virtual Piano with AI-Composed Music in Unity: A Deep Dive into the Project Imagine pressing a button and hearing a piano play an original, AI-composed melody that evokes moonlight on waves or a sprint through sunlit fields. This is the essence of a Unity 2D virtual piano project that combines interact… If you enjoyed this game, see our list of games similar to Piano in Unity.

    View Game
  34. Pan-demonium 2! Play as an egg as you fight waves of foods trying to kill you to see who is the best breakfast food! Controls: WASD to move, L-SHIFT to sprint, SPACE to jump, E to interact with chests, Left Mouse to fire Patch Notes: v1.0 - 4/21/25 removed the microwave code and make the enemies go into the microwave removed the tomato from the toaster to the dish rack, made the dish rack j… If you enjoyed this game, see our list of games similar to Pan-demonium 2.

    View Game
  35. 49%Game Brain Score
    49% User Score Based on 3 reviews

    Graffiti 3D is a straightforward application with one purpose: enable you to doodle in 3d space with 3d meshes in colors/materials of your choice. An Oculus Rift and Leap Motion are recommended for the best experience.If you like Graffiti 3D, check out my other VR projects Superstruct (http://jscottk.itch.io/superstruct) and Triangulate (http://jscottk.itch.io/triangulate).A Hovercast (https://git… If you enjoyed this game, see our list of games similar to Graffiti 3D.

    View Game
  36. Uploading my project here again changed some text alignment on its own, it was all fine when I checked in unity.a) Feature 1:- Display Mouse Position Input: Mouse Location Output:- Text is displayed in the top left corner showing the X and Y coordinates of the mouse. Description:- On the top left corner of the screen there is a display which shows the x and y coordinate position of the mous… If you enjoyed this game, see our list of games similar to IT201_Project04_AmreenKaur_Bhatia.

    View Game
  37. Features: Feature 1: GameObject creation with left mouse click. Input: Left mouse button Output: Created game objects Description: If the left mouse button is pressed while the cursor is in the black play area, an object is placed at the cursor’s current location. If the button is held, objects are repeatedly placed with a 100ms delay between them. This lets the user “draw” with objects. Feature 2… If you enjoyed this game, see our list of games similar to IT201 Project 4.

    View Game
  38. ====================================================================== Ka-Boomer   2021 BASIC 10 Liner Submission   By David A. Gershman - @dagershman ====================================================================== Ka-Boomer is a game which pays homeage to the 'ol Atari 2600 game "KaBoom!".  The name variation, "Boomer", is proof this version was written by an "older" person. :) ===========… If you enjoyed this game, see our list of games similar to Kaboomer by dagershman.

    View Game
  39. 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.

    View Game
  40. Topoforma is a 2-4 player turn-based strategy game where players compete to try to capture their opponent's base. Players develop and modify the gameboard to fit their needs as they amass and position forces strategically against one another.Requirements:  Windows Operating System Current State:  Development Build with matchmaking done using your steam friends list or over your local network Chang… If you enjoyed this game, see our list of games similar to Topoforma.

    View Game
  41. also available on github: https://github.com/rsa17826/vex-plus-plus VEX++ This is a game that i made to be an improvement to the games vex, vex 2, and vex 3 Table of Contents Game Controls Options Settings Explanations General Information extra info press editor_edit_special on a block in the block picker to modify the default options of that block that will be used when first pl… If you enjoyed this game, see our list of games similar to vex plus plus.

    View Game
  42. File downloads for the free and paid versions are at the bottom of this page. Latest version 1.1 with added feature of eye height display so that the view of the virtual table can be compared to your personal eye height at a real table. Introduction Hello and welcome to the Angle Detective training game for snooker and pool!  This game was originally developed to help snooker and pool player… If you enjoyed this game, see our list of games similar to ANGLE DETECTIVE (Premium and Free Versions).

    View Game
  43. # **shump-arseniikyrychenko** - ReadMe File #### Author: *Arsenii Kyrychenko* ##### Modified: *2024-09-18* **0. Link to Itch.io:**   >   >https://arseniikyrychen-class.itch.io/shump   >   **1. What are the controls to your game? How do we play?**   >   >W—forward, L Shift—boost, A—rotation to the left, D—rotation to the right; mouse distance and direction from the screen change the ro… If you enjoyed this game, see our list of games similar to SHUMP.

    View Game
  44. View Game
    68%Game Brain Score
    Most mentioned positive aspects:story
    Most mentioned negative aspects:graphics, optimization
    68% User Score Based on 77 reviews

    MangaKa is a tool that helps artists who uses line art in their work, be it as a reference, guidelines, or even as final renders, to help them save time in production and speed up workflow! (All rendered images can be used for commercial purposes, such as comics, illustration, storyboards and more.) You can find the complete content list here: The base software includes the following libraries… If you enjoyed this game, see our list of games similar to MangaKa.

    View Game
  45. View Game
    90%Game Brain Score
    Most mentioned positive aspects:gameplay, music
    Most mentioned negative aspects:replayability, story
    96% User Score Based on 809 reviews
    Critic Score 61%Based on 1 reviews

    Delete is a minimalist puzzle leisure game. It is inspired by Minesweeper. It inherits all the excellent features of the original work, and has increased its spatial dimensions. Your goal is to turn over all the squares, figures show the number of unknown red squares around them, you need to deduce all the answers by being reminded of by the figures. If you enjoyed this game, see our list of games similar to Delete.

    View Game
  46. File downloads for the free and paid versions are at the bottom of this page. Latest version 1.1 uploaded February 2, 2020 with added feature of eye height display so that the view of the virtual table can be compared to your personal eye height at a real table. Introduction Hello and welcome to the Angle Detective training game for snooker and pool!  This game was originally developed to help sn… If you enjoyed this game, see our list of games similar to ANGLE DETECTIVE (Premium and Free Versions).

    View Game
  47. 58%Game Brain Score
    Most mentioned positive aspects:humor
    Most mentioned negative aspects:grinding
    79% User Score Based on 24 reviews

    Welcome to Digital Jigsaw Puzzle! Digital Jigsaw Puzzle replicates the experience of putting together a real world jigsaw puzzle. The puzzles are free floating and pieces can connect at any location on the screen. The jigsaw puzzles will come in 16, 64, 256, and 576 piece sizes. There are 172 unique jigsaw puzzles to select from making this the largest jigsaw puzzle game available on Steam. You … If you enjoyed this game, see our list of games similar to Digital Jigsaw Puzzle.

    View Game
  48. 48%Game Brain Score
    48% User Score Based on 5 reviews

    The code for copy-pasting may be updated periodically as I learn and build upon them. You need at least some familiarity with the Twine editor and HTML/CSS to understand how to customize the existing template. It is intended for intermediate-level coder who is interested in trying to emulate the look-and-feel of ChoiceScript using Twine. Things to keep in mind when using the Twine editor... It m… If you enjoyed this game, see our list of games similar to ChoiceScript-like SugarCube template (code for copy-pasting).

    View Game
  49. Controls: Click and hold to shoot. Turbo for (limited) speed boost with Space bar. Reach the goal to win. Use 1-9 keys to auto-switch between levels: Normal ControlsBlack HolesMaze and CinemachineBreakable DoorCheckpointsTripwire DoorSticky WallsHoming MissilesWindmillDriving Range Press R to return to main menu at any time, or press N to go to next level at any time. Asset List: ScriptsDescriptio… If you enjoyed this game, see our list of games similar to Exam Golf Game.

    View Game
  50. 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