A 3D strategy-based tower defense game where players defend their gold inventory against waves of enemy units. Built with Unity 6 and C#, Realm Rush features strategic gameplay, dynamic mechanics, and a visually immersive experience.
๐ฎ Play the Game Here!
- ๐ฐ Tower Defense Mechanics: Strategically place towers to attack enemies and block paths.
- ๐ค Pathfinding AI: Enemies use Dijkstraโs algorithm to navigate the shortest path to the player's inventory.
- ๐ฐ Resource Management: Earn and spend gold to upgrade towers and survive enemy waves.
- ๐ฎ Dynamic Gameplay: Increasing difficulty with multiple enemy types and tower upgrades.
- โก Optimized Performance: Smooth gameplay across Windows, WebGL, and macOS platforms.
- ๐จ Visual Assets: Enhanced visuals using Unity Asset Store assets for a polished look.
- Unity 6
- C#
- Unity Asset Store (for models and textures)
- Visual Studio
- Objective: Prevent enemies from reaching and stealing gold from your inventory house.
- ๐งโโ๏ธ Enemies: Zombies generated from an enemy house try to find the shortest path to your inventory.
- ๐ฐ Towers: Place towers strategically to block and attack enemies by spending gold.
- ๐ฐ Gold Management: Earn gold by defeating enemies and use it to build more towers.
- ๐ Clone this repository:
git clone https://github.com/<your-username>/realm-rush.git