hack-together icon indicating copy to clipboard operation
hack-together copied to clipboard

Project: Graph TicTacToe mobile app build with .NET MAUI

Open tavikukko opened this issue 1 year ago • 2 comments

Project name

Graph TicTacToe mobile app

Description

Tomi and Marcin presents: Graph TicTacToe !

hacktogether

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

Simulator Screen Shot - iPhone 14 Pro - 2023-03-15 at 18 40 27 Simulator Screen Shot - iPhone 14 Pro - 2023-03-15 at 18 40 52 Simulator Screen Shot - iPhone 14 Pro - 2023-03-15 at 18 41 26 Simulator Screen Shot - iPhone 14 Pro - 2023-03-15 at 18 42 48

Repo URL

https://github.com/mgwojciech/TW.M365.GraphHack

Team members

@tavikukko,@mgwojciech

tavikukko avatar Mar 15 '23 17:03 tavikukko