>>> QUEST_LOG
Mission Archives
Completed projects and development quests
CoreTrack - Supply Chain Management System
Full-stack web application for managing inventory, orders, and suppliers. Built as capstone project with complete CRUD operations across three databases.
EXPERT
+1000 XP
TECHNOLOGIES
ASP.NET
C#
Azure SQL
Razor Pages
Visual Studio
KEY FEATURES
- ▸ Secure user registration with role-based access control (Customer/Admin)
- ▸ Customers can place orders and view order history
- ▸ Admins can manage inventory and fulfill orders
- ▸ Service and repository layers for API requests and CRUD operations
- ▸ Secure data storage and authentication
- ▸ Responsive UX design
Life of a Recluse - 2D Game
Top-down 2D game where players complete randomized task lists while avoiding NPCs that trigger a panic meter. Features dynamic difficulty scaling and strategic gameplay mechanics.
ADVANCED
+750 XP
TECHNOLOGIES
Unity
C#
2D Game Design
KEY FEATURES
- ▸ Randomized task list system for replayability
- ▸ NPC proximity detection with panic meter mechanic
- ▸ Dynamic level progression with increasing complexity
- ▸ Level-up system for player upgrades
- ▸ Strategic choice between movement speed or panic management
- ▸ Top-down perspective with smooth controls
Huffman Encoding Algorithm
Data compression algorithm implementing Huffman encoding to achieve 50-70% compression on text files using variable-length binary codes based on character frequency.
INTERMEDIATE
+500 XP
TECHNOLOGIES
C#
Data Structures
Algorithms
KEY FEATURES
- ▸ Built frequency table for character analysis
- ▸ Constructed Huffman tree by combining least frequent nodes
- ▸ Generated unique prefix-free binary codes
- ▸ Achieved 50-70% compression on sample text files
- ▸ Tree traversal from root to leaves for code generation
- ▸ Efficient memory management
Multiplayer Game Systems
Developed multiplayer functionality during internship at Fort Miami Games using Photon PUN 2 for real-time player interaction and synchronization.
ADVANCED
+800 XP
TECHNOLOGIES
Unity
Photon PUN 2
C#
Networking
KEY FEATURES
- ▸ Real-time multiplayer synchronization
- ▸ Player connection management
- ▸ Network optimization for performance
- ▸ Bug identification and resolution
- ▸ Enhanced user experience through testing
- ▸ Professional game development workflow
TOTAL XP EARNED: 3050
Across 4 completed quests