An open API service indexing awesome lists of open source software.

https://github.com/marcelwgn/graphtictactoe


https://github.com/marcelwgn/graphtictactoe

hack-together microsoft-graph-sdk

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![Hack Together: Microsoft Graph and .NET](https://img.shields.io/badge/Microsoft%20-Hack--Together-orange?style=for-the-badge&logo=microsoft)](https://github.com/microsoft/hack-together)

# GraphTicTacToe

This is a WinUI 3 Tic Tac Toe implementation that uses the Microsoft Graph API to store the game state and user management.

## Starting the app
To run this app, you need to install Visual Studio and follow the steps outlined [here](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/set-up-your-development-environment?tabs=cs-vs-community%2Ccpp-vs-community%2Cvs-2022-17-1-a%2Cvs-2022-17-1-b#required-workloads-and-components).

Once installed, you can open the GraphTicTacToe.sln in Visual Studio. Then select the "GraphTicTacToe (Package)" project and run it.