This is a game made for the Chelsea & Westminster Hospital which follows a linear playthrough from start to finish, simulating the experiences of a child during a visit and medical examination in the hospital. The design of each room in the application is based on the actual rooms in the hospital. The game tries to be as realistic as possible by using images of staff members and actors in the game so that the kids have an idea of what they will be going through.
Assets
│ README.md
│ .gitignore
│
└───Fonts
│
│
└───Resources
│
│
└───Scenes
│ │
│ │
│ └───Scene Name
│ │
│ │
│ └───Animations
│ │
│ │
│ └───Scripts
│ │
│ │
│ └───Sprites
│ │
│ │
│ └───Tests
│ │
│ │
│ └───Unit Tests
│ │
│ │
│ └───Integration Tests
│
│
└───Shared Scripts
│
│
└───Shared Resources
│
│
└───General Audio
│
│
└───General Sprites
Refer to the Wiki for instructions on how to install and run the application.
Required: Any Unity 2017.2, or later version
Made for: Chelsea & Westminster Hospital
Developers: Tennis Tooth Team
The following diagram shows the transition of one scene to another in the form of a flow diagram. It will help you understand how each scene is linked to each other.

