A 2D action game built with Unity featuring wave-based combat, multiple character classes, and an immersive story experience.
- Movement: WASD
- Aim: Mouse
- Attack: E (Sword)
- Projectile: Q (unlocks after 2 hits)
- AOE: F (unlocks after 5 kills)
- Crouch: C
- Skip Dialogue: SPACE or Click
- Unity 6000.2.7f2 or later
- Universal Render Pipeline (URP)
Assets/
├── Scripts/ # Game logic and controllers
├── Scenes/ # Unity scenes (gameplay, dialogue, story)
├── Prefabs/ # Enemy and projectile prefabs
├── Backgrounds/ # Environment and story images
├── Animations/ # Character animations
└── Sounds/ # Music and SFX
- Open project in Unity
- Go to File → Build Settings
- Select target platform
- Build
All rights reserved.