Simple mobile app to play tic tac toe with colleagues.
We use AAD app to login to a tenant. Once we're in, You can create new game which will create a game file in root site collection in document library in TicTacToe folder.
Game state is represented as a json file. When user makes a move our app updates the state and the file, opponent is pooling for updates on specific documents and once it detects the file has changed it updates app state. We are using graph endpoints to upload, modify and download game state file.
When user awaits opponent move, we send a request each second to graph api to get etag for a file and compare it with file metadata already stored in app memory, once etag changes (opponent made a move) we update local state and stop pooling
So cool! Thank you for your submission gents. Would you mind recording a short video that shows it off? It's not required for the hackathon but it would help us show your work internally and publicly.
Project name
Graph TicTacToe mobile app
Description
Tomi and Marcin presents: Graph TicTacToe !
This is our project for Graph Hack together
Simple mobile app to play tic tac toe with colleagues. We use AAD app to login to a tenant. Once we're in, You can create new game which will create a game file in root site collection in document library in TicTacToe folder.
Game state is represented as a json file. When user makes a move our app updates the state and the file, opponent is pooling for updates on specific documents and once it detects the file has changed it updates app state. We are using graph endpoints to upload, modify and download game state file.
When user awaits opponent move, we send a request each second to graph api to get etag for a file and compare it with file metadata already stored in app memory, once etag changes (opponent made a move) we update local state and stop pooling
Repo URL
https://github.com/mgwojciech/TW.M365.GraphHack
Team members
@tavikukko,@mgwojciech