This game was developed in 2021 as the final project for a programming course. It tells the captivating story of an (un)usual egg that, against all odds, survives a fall from its nest. Now, the egg embarks on an adventurous journey to explore the world. The game draws inspiration from the imaginative music video Exyl - Egg
Though the game is really short, it features:
- Scenic landscape
- Several changes, such as a mountainous river
- Dialogue system
- Several cutscenes
The built of the game can be found on GameJolt.
- Open Unity Hub.
- Click on the Projects tab.
- Click the Add button (located on the top right).
- Navigate to the cloned project directory and select it.
- Make sure to select the correct Unity version (2019.4.13f) if prompted.
Unity should automatically detect and import all the necessary packages. If there are any issues, follow these steps:
- Open the project in Unity Editor.
- Go to Window > Package Manager.
- Ensure all required packages are installed. If not, install them manually.
Since the .gitignore for Unity might exclude some large files or auto-generated files, ensure all necessary files are included:
- Check if there are any missing references or broken links in the project.
- Re-import assets if necessary: Right-click on the
Assetsfolder in the Project window and select Reimport All.
- Ensure all scenes and assets are properly imported.
- Open the LVL1 scene.
- Click the Play button at the top of the Unity Editor to run the game.




