# Star Gazer StarGazer is a multiplayer game using gaze data as an input source. This demo showcases the eye tracking classroom's abilities to utilize gaze based real time collaboration. ## Requirements To play the game using gaze data for input a local [gaze-server](https://lab.las3.de/gitlab/eye-tracking-classroom/gaze-server.cs) must be running at `ws://localhost:8001`. ## Playing Hosted versions of the game are available here: - [Release version](https://regensburger-forscher.de/stargazer/game/) - [Beta version](https://regensburger-forscher.de/stargazer/game/) ## Building and Testing - Run `npm install` to install dependencies and build game to `build/` - Run `npm start` to run the game on a local test server