Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 975 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 975 Bytes

Space Shooter (2D)

An infinite scrolling Space Shooter Game in which the player controls a Space-Ship that moves at a fixed speed, dodges enemy-ships and other obstacles, and also shoots them.

  • Difficulty: Intermediate
  • Topics: Sprites, Shooting, Destruction
  • Version: Unity 2020.3.26f1 LTS

Screenshots

     

     

Used notable mentions for the development.

  • Object Pool Design Pattern for

    • Instantiating player and enemy bullets
    • For spawnning enemies at fixed time
  • AI Behavioural for Enemy Services

  • Canvas manager for managing all UI Services like Main menu, Instruction Menu, High Score Menu, Game Over Menu