Platform
Mobile (Android)
Description
A two-player Bluetooth puzzle game where you guide your orb to the exit by physically connecting your phones together.
Responsibilities
Personal Project (design, research, development)
Download
Details
PORTALIS was a personal project I made to learn about Bluetooth multiplayer games. The game is meant to be played on a table where two players connect their phones together and drag their finger across both screens to create a portal between them. A orb then bounces around and through the phones to reach its destination.
PORTALIS features 9 levels, 3 usable contraptions, and 1 deadly obstacle that can destroy your orb. Levels later on require you to place your phones at weird orientations or move them constantly to navigate through a maze.
This project took approximately a week and required building an external library for Unity to interface with Android's Bluetooth API. This involved building an Android Archive (AAR) plugin through Android Studio and exporting it to Unity.
Tutorial
If you wish to know more about how to create AAR's check out my tutorial on my devblog.
Back to Top