Simple Shooter Game Application Project for Android/iOS

Game Overview:

  • Title: Shoot Them Down

  • Genre: Arcade / Shooter

  • Platform: Android and iOS (also buildable on Windows, PS4, PSP, XBOX)

  • Objective:
    Survive by:

    • Shooting enemies

    • Avoiding obstacles

    • Managing your energy (shooting consumes energy)

    • Collecting battery drops to recharge energy

    • Reaching the farthest distance possible to beat your record

Technical Details:

  • Game Engine: Unity3D

  • Unity Version: 5.6.2f1

  • Programming Language: Visual C#

  • Folder Structure:

    • Assets/Scenes/Main Menu – Start the game from here.

    • Code is modular and easily extendable for learning purposes.

How to Run the Game:

  1. Download and Extract Files

    • Unzip the downloaded project folder (Shoot Them Down.zip).

  2. Open Project in Unity

    • Use Unity Editor version 5.6.2f1 or newer (for compatibility).

    • Navigate to:

      css
    • Double-click the Main Menu scene to open it.

  3. Play/Test in Unity

    • Press the Play button to test it in the Unity editor.

  4. Build for Device

    • Go to File → Build Settings.

    • Select target platform (e.g., Android or iOS).

    • Click Build and Run (Ensure SDK/NDK and device support are configured).

Gameplay Features:

  • Shooting Mechanic: Destroys enemies blocking the path.

  • Energy System: Shooting drains energy. Recharge via battery drops.

  • Randomized Battery Drops: Batteries fall randomly or after defeating enemies.

  • Endless Gameplay: Encourages players to beat their own high scores.

Tips for Learners:

  • Use this game to practice:

    • Physics (Rigidbody, Collider components)

    • UI development (Canvas, Score Text, Energy Bar)

    • Scripting in C# (Enemy, Player, Spawner, Energy System)

  • Challenge: Try exporting the game to Windows or console platforms and fix any script compatibility issues.

Conclusion:

Shoot Them Down” is a great starting point for Unity newcomers to explore mobile game development. Its straightforward logic, manageable assets, and extendable codebase make it perfect for experimentation and improvement.

Download Here: Shoot_Them_Down Project Code

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top