This is my first game project in Future games where I worked on all of the UI, Enemy Attack and Power Ups. 
This was a little challenging since it was the first time I had to work in a project of over 10 people (especially with people I haven't worked with before)and it was both fun and very difficult.

This project also thought me the price of over scoping and the price you pay if you don't plan well.


Features

UI

This was my first time making UI for a project such as this but sadly the time that we had didn't let me optimize it a lot. First I created all of the Menu's such as Main Menu, Pause Menu, Inventory, Options and a few more. 


3
2
1
Enemy Attack
Enemy Attack 2

Power Ups

Enemy Attack

Since this game is a turn based I needed to make sure that the player only gets attacked either when it gets too close to an enemy or when the enemy walks into the player. In order to make sure that the Enemy hits the player only once instead of every time the player walks into the range, I set up the Enemy attacks with raycasts. I calculated the raycasts and made sure that they are thrown to the exact middle point of every neighbouring tile unless there is a wall or the tile is occupied. This way the player is forced to play safer and not step into the enemies range 2 moves in a row. 

Since we wanted Power Ups that go into your inventory and are usable, I was given the task to do this in 2 days so making an inventory system was out of the question. So I decided to create buttons for Power Ups that will pop up when the player walks into the specific Power Up which sadly also meant that the player can have only one of each Power Up at the time. 

First power up to recover your fuel.
Second power up to make you immune to damage for 2 turns.

Third power up lets you light up the map for a little while. 

Forth power up is a cloak that made you invisible to enemies for 2 turns.  

At last a key that lets you open the door to escape.

4
5
6