https://github.com/marcelwgn/graphtictactoe
https://github.com/marcelwgn/graphtictactoe
hack-together microsoft-graph-sdk
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcelwgn/graphtictactoe
- Owner: marcelwgn
- License: mit
- Archived: true
- Created: 2023-03-11T13:25:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T14:56:35.000Z (over 2 years ago)
- Last Synced: 2025-03-14T04:11:16.189Z (about 1 year ago)
- Topics: hack-together, microsoft-graph-sdk
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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.