Project Eye Tracking Game Math Quiz

A quiz game that tracks the player's eye position on the screen to analyze eye movement by gathering telemetry data and converting it into a comma-separated values text file (.csv) that can be opened as a spreadsheet

Demo video of Eye Tracking Game Math Quiz

I was assigned by my lecturer, who is the Head of Metalabs, to develop a simple math quiz game using the Tobii Eye Tracker 5 device and Tobii SDK in the Unity game engine. This project is intended as a demonstration game for the Tobii Eye Tracker 5 device.

From this project, I learned how advanced this device is. For example, it can be used as a head tracker for driving in car racing games from a first-person perspective. I also learned how to convert text data into CSV format for data collection purposes and gained knowledge about the functionality of the StreamingAssets folder in Unity.

Core Mechanics

The gameplay of Eye Tracking Game Math Quiz

Since the main purpose of this game is to collect the player's eye tracking coordinate data, the core mechanic is very simple. The player is required to enter their name and answer a few given questions, that's all. The data is then converted into comma-separated values text file (.csv) and stored in the StreamingAssets folder for accessibility once the game is built.

What have I worked on?

  • Developed a system to save eye tracking coordinates from a game to spreadsheets using the Tobii Eye Tracker 5 device and the Tobii SDK with C# scripting

  • Designed the UI/UX of the game

  • Designed and developed the game quiz mechanic

  • Created a debug panel for the game to be used for testing

Try the game

You can try the game by clicking the download button below. However, please note that the game requires the Tobii Eye Tracker 5 device to track your eyes for gameplay. Make sure you have the device before playing. Enjoy the game ^^