Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfchang149/fluent-tic-tac-toe
A Fluent-styled game of Tic-Tac-Toe for Windows
https://github.com/dfchang149/fluent-tic-tac-toe
csharp desktop-app dotnet fluent fluent-design game mica tic-tac-toe windows windows-11 winui winui3 xaml
Last synced: 2 months ago
JSON representation
A Fluent-styled game of Tic-Tac-Toe for Windows
- Host: GitHub
- URL: https://github.com/dfchang149/fluent-tic-tac-toe
- Owner: dfchang149
- License: mit
- Created: 2022-09-04T14:54:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T01:53:47.000Z (over 1 year ago)
- Last Synced: 2024-10-12T20:22:40.889Z (2 months ago)
- Topics: csharp, desktop-app, dotnet, fluent, fluent-design, game, mica, tic-tac-toe, windows, windows-11, winui, winui3, xaml
- Language: C#
- Homepage:
- Size: 5.72 MB
- Stars: 31
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Fluent Tic-Tac-Toe
A Fluent-styled game of Tic-Tac-Toe for Windows.
---
## Installation
## Features
Like most tic-tac-toe games, it features:
Single-player: Play against a bot
Local Multiplayer: Play against friends on the same device
However, it also includes customization settings for:
Board Sizes: Play on a 4x4 board instead of a 3x3
Number of Bots: Play against 2 or more bots instead of just 1
Bot Difficulty: Too easy or hard? Just change the difficulty
## Screenshots
## Creator's note
This app started as a way for me to learn C# and xaml in order to build a desktop application using WinUI 3 and the .NET framework. As such, there are many obvious signs of inexperience when it comes to the app's code and functionality. If there's any feedback or advice on the project, feel free to contribute by reporting an [issue](https://github.com/dfchang149/Fluent-Tic-Tac-Toe/issues) or submitting a [pull request](https://github.com/dfchang149/Fluent-Tic-Tac-Toe/pulls).
## License
Copyright (c) 2022 Dustin Fu Chang
Licensed under [MIT license](https://github.com/dfchang149/Fluent-Tic-Tac-Toe/blob/master/LICENSE.md)