https://github.com/eeoooue/tic-tac-toe
C# libraries for playing Tic-Tac-Toe against a CPU opponent, with front ends in WPF, WinForms and .NET MAUI.
https://github.com/eeoooue/tic-tac-toe
cpp csharp maui observer tic-tac-toe winforms wpf
Last synced: 2 months ago
JSON representation
C# libraries for playing Tic-Tac-Toe against a CPU opponent, with front ends in WPF, WinForms and .NET MAUI.
- Host: GitHub
- URL: https://github.com/eeoooue/tic-tac-toe
- Owner: eeoooue
- Created: 2022-12-27T22:38:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T23:13:01.000Z (about 3 years ago)
- Last Synced: 2025-10-25T20:52:53.475Z (8 months ago)
- Topics: cpp, csharp, maui, observer, tic-tac-toe, winforms, wpf
- Language: C#
- Homepage:
- Size: 442 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
C# Library for Tic-Tac-Toe, with front ends in WPF, WinForms and .NET MAUI.
Includes playable CPU Opponents which implement [Minimax](https://en.wikipedia.org/wiki/Minimax):
- 'CPUOpponent' (C#)
- 'CPPOpponent' (C++ via P/Invoke)
## WPF App

**Ctrl+N** - New Game
**Esc** - Exit
## WinForms App

**Ctrl+N** - New Game
**Esc** - Exit
## .NET MAUI App
