Robot Friday

Mobile Programming for iOS Final Project

Source Code

Try it for yourself here:

GitHub repository

Walkthrough Video



Project Overview

Robot Friday is a top-down view adventure game where the player takes on the role of a robot servant trying to prepare his master for leaving the house. Players find items and must use them on the correct, corresponding objects to solve puzzles.​


In the game, a player must:
  • Move from room to room​
  • Find and use items​
  • Problem solve

Players tap on the screen to move, pick-up, and select items while solving puzzles by acting upon text hints.​ To use an item, players must select it in their inventory and collide with the correct object.


Screen Flow

Menu:
Menu Screen


Game:
Game Screen


End:
End Screen



Program Flow

Program Flow Chart


Back to top