
3D Party Game
Create a 3D Party Game
1 Coding and design should demonstrate technical proficiency and engineering capability (AI-generated code is prohibited, Code Review required);
2 The game must be complete, playable, and fun;
3 Multiplayer support required, at least 1P and 2P;
4 Must use Unity or UE engine, 3D required;
5 Plagiarism is strictly prohibited;
Create a "Chained Together" party game where two players are connected by a chain/rope, featuring mechanics similar to Human: Fall Flat or similar games for grabbing objects and solving puzzles through mechanisms. One player uses keyboard and mouse, the other uses a gamepad.
Camera perspective: Not decided yet, might choose a split-screen approach like It Takes Two with two cameras tracking each player separately. In levels without much obstruction, might switch to a single large scene camera.
Players will use rigidbodies (convenient for chain connection, pulling, and grabbing objects), object grabbing will use Unity joints.
Player controls: WASD for movement, mouse movement for left/right view, scroll wheel for zoom in/out. Right-click and hold to grab objects, release to drop. (Optional: left-click to strike)