Embark on a journey through the baby steps of an upcoming video game, crafted at SQE!
We're cooking up something special, and you get a sneak peek into the early magic that'll unfold in 2025-2026.
🌟🎮 Join us behind the scenes as we dive into the heart of creativity! #GameDevelopment #ComingSoon#DC3
DISCLAIMER:
The content showcased below is part of an ongoing project, intended to provide viewers with a visual representation of my work and coding practices. This serves as a project overview, illustrating the challenges and purposes behind the code. Please note that these videos are NOT indicative of the final look of the game but are shared to help you understand my work samples and the functionality of the code.

🕹️Exploring the Testing Scene🕹️
Unlock and Test Abilities: Utilize the cheat panel to unlock and test various player abilities.
Upgrade Weapon Tiers: Fine-tune gameplay by upgrading weapon tiers for improved combat dynamics.
Seamless Data Operations: Save and load data effortlessly, ensuring a robust foundation for game development.
Scalability Focus: Build the game with scalability in mind, thanks to advanced cheat panel functionalities.
Real-Time Gameplay: Experience real-time gameplay and combat scenarios for dynamic testing.
Debugging Tools: Leverage powerful debugging tools for a smoother and more efficient development process.
SkillTree Manager & Data Manager Interactions
Data Manager for Seamless Saving and Loading:
Challenge: Ensuring the Data Manager facilitates seamless saving and loading of player data during both gameplay and Main Menu interactions.
Purpose: Highlight the Data Manager's role in encrypting and serializing information, enhancing foundational code for adaptability and scalability.
Data Validation for Upgrades:
Challenge: Validating data for upgrades and displaying error messages for unmet conditions.
Purpose: Illustrate robust error handling and user feedback in the upgrade process.
Skills Unlocking System Visualization:
Challenge: Visualizing the skills unlocking system and ensuring smooth data management interactions.
Purpose: Provide a clear visual representation of the skills-unlocking process and demonstrate the seamless interaction between data management components.
SkillTree UI Interaction
Challenge: Implementing SkillTree UI interactions in the Main Menu.
Purpose: Showcase the unlockability of the SkillTree based on player data.
Data Retrieval and Display
Challenge: Implementing the ability to review, retrieve, and display saved data in the UI.
Purpose: Demonstrate seamless integration of data management with UI elements.