Ajoop is my first game project created to learn the fundamentals of Unity. The game consists of six scenes, each emphasizing a different fundamental concept in Unity. The sixth scene brings together all the elements learned in previous scenes to provide a complete gaming experience.
- Scene 1: A map where you need to enter a four-character code. If you enter the correct code, you will be rewarded.
- Scene 2: A 3D platform level with a fixed camera. This scene is designed to test physics interactions.
- Scene 3: A kitchen exploration scene where you can move around and interact with sound-based controls.
- Scene 4: A short home robot simulation, allowing players to experience basic AI and automation mechanics.
- Scene 5: A 2D version of Scene 4, providing a different perspective on the home robot simulation.
- Scene 6: A combination of all previous scenes, offering players a fun mini-game experience.
- Download or clone the repository.
- Open the project in Unity 2021+.
- Play through the scenes to explore different Unity fundamentals.
- Proceed to Scene 6 to experience a mini-game combining all elements.
To run this project on your local machine:
- Clone the repository
git clone https://github.com/your-username/Ajoop-Unity-Game.git
- Open Unity Hub, select Open Project, and navigate to the cloned directory.
- Start the game from Scene 1 or jump to Scene 6 to play the full game.
- Adding sound effects and background music.
- Enhancing UI and player experience.
- Expanding game mechanics for a more engaging experience.
You can play the game directly on Unity Play:
🔗 Ajoop - Unity Learning Project
This project is for learning purposes and is open for contributions. Feel free to fork, modify, and improve!
This project was created as part of my journey in learning Unity game development. Feedback and suggestions are always welcome! 🚀