Readme.md 733 Bytes
Newer Older
Alexander Bazo committed
1 2
# Star Gazer

Alexander Bazo committed
3
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.
Alexander Bazo committed
4

Alexander Bazo committed
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
## 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