Maliha Iqbal- Bakht E Zahra Syed

Achievements:

I Maliha Iqbal, earnt about unity 3D for game development, unity scene design and basic usage. Creating and Destroying GameObjects,access the Components, events for GameObject, dealing with Vector Variables and Timing Variables, Physics Oriented Events.

I Bakht-E-Zahra Syed learnt about game development using softwares and coding. In Unity I practised 2D and 3D game development. The different features of unity like game objects, UI, scripting, physics, shaders and animation increased my knowledge about game development.

Overview:

It is a biological action game. Game platforms include android and iOS. It is a single player game.It is made for audience of age 10+. The Germs Defender is a biological game in which we try to complete the level without dying. You fight different germs like bacteria, viruses and protozoa. You collect pills, first aid kits and injections to gain health and points.It has optimized game play. The name of the game is germs defender. As the name suggests this game is based on germs for example protozoa, bacteria, viruses. Germs can attack plants, animals and humans and affect the health. In this game player has to defend himself from germs. If the germs attack the player the health of the player decreases instantly and he dies. Player has to complete the game without colliding with germs and in order to gain health player collects pills, injection and bandages.

In order to know how to make gameplay in Unity, we must know about the fundamental basic units in Unity:

Implementation:

Game Play:

Every thing begins in unity with a GameObject. Any object in our game is a GameObject: characters, lights, special effects, props–everything.

Components:

Components define and control the behavior of GameObjects they are attached to. A simple example would be the creation of a light, which involves attaching a Light Component to a GameObject.

Variables:

Components have any number of editable properties that can be tweaked via the Inspector window in the editor, and/or via script. In the above example, some properties of the light are range, color and intensity.

The game germ defender is made in Unity 3D making use of all the features of Unity.We didn't use asset store for graphics and design. The basic functionality includes the use of keyboard keys A and D for the movement of the player. Spacebar key is used in order to jump. Game consists of a player that moves around the play area and collects medicines and avoid germs in order to survive.