This project was developed for the Technical Game Designer test challenge at Gameloft.
The scene, "Forgotten Ruins: Path to the Portal," represents the ruins of a long-lost civilization. The main heroine (the controllable player character), having crash-landed, finds herself on this planet. Her goal is to explore the ruins in search of materials to repair her ship or to activate a portal that can serve as an exit.
The project demonstrates the setup of core game systems—camera, physics, and animations—and the implementation of complex trigger-based interactions necessary to progress through the level.
- Engine: Unity 2020.3.0f1 (LTS)
- Platform: PC
To properly open and test the scene, please follow these steps:
- Clone/Download: Download (clone) this repository to your computer.
- Open Project: Open the project folder using Unity Hub (ensure Unity version 2020.3.0f1 is installed).
- Starting Scene: In the Project window, navigate to the folder:
TestGame/Assets/Scenes
and open the Start scene. - Launch: Press the Play button in the Unity editor.
- Level Transition: Click the Start button in the main menu to load the main gameplay scene, Level1Test.
Action | Key |
---|---|
Movement | WASD |
Jump | Space |
Interact/Attack | Left Mouse Button |
To successfully complete the gameplay scene, you must perform the following actions in order:
- Crossing: Cross the river to reach the second bank.
- Gate Activation 1: Step on the two glowing pressure plates to open the first set of gates.
- Crystal Activation 1: Enter the structure on the left and activate the first key crystal there.
- Crystal Activation 2: Enter the structure opposite (across the path) and activate the second key crystal there.
- Final Encounter: Activating both crystals will open the main gates leading to the portal. The portal is guarded by two sentinels. You must defeat them to remove the portal's barrier.
- Completion: Enter the portal to complete the game and return to the Start scene.
- Link to Video Showcase: https://drive.google.com/file/d/1Mbu70_oiKxOIkD_XMHEk_tP_N_8Od5K0/view?usp=sharing