This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
Project: Graph TicTacToe mobile app build with .NET MAUI #184
Labels
hack
Hackathon project submitted by participants
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
The text was updated successfully, but these errors were encountered: