moha-b / Space-Shooter

A basic 2D game using `unity` 2D game creation education. the game contains a spaceship shooting lasers at the enemies and more funny stuff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Shooter

simple 2D Unity game to learn the fundamentals

preview

Components

Scene 🎥
Main menu scene
Game scene

Game Objects 👾
PLayer : Our main character
SpawnManager : is responsible to respawn enemies it contains 4 containers for each direction
GameManager : to load the game scene and other stuff in the future
Canvas : our Ui like the background, score text, game over text, lives, and the first scene which is the main menu

Prefabs 📦
Enemy
BottomEnemy
LeftEnemy
RightEnemy
Laser

Scripts 📦
Player
Enemy
TopEnemy
BottomEnemy
LeftEnemy
RightEnemy
Laser
SpawnManager
UiManager
GameManager

About

A basic 2D game using `unity` 2D game creation education. the game contains a spaceship shooting lasers at the enemies and more funny stuff.


Languages

Language:C# 100.0%