Airport Check
About
This is the game we created for our midterm project. We were 2 people, my team member mostly worked on 2D Sprites and UI design. I worked on coding, logic part of the work as well as animations.
The things i have learned and used in this project:
- I learned how to use native code on Android since unity doesn't have access to vibration of the mobile phone, so i just wrote a simple Java code for that in Android Studio(Normally this game was for Android)
- I used C# interfaces on conditions since every condition needed to has own implementation for checking whether conditions met or not.