https://github.com/lynnsh/tictactoe_c_sharp
A TicTacToe game in C#
https://github.com/lynnsh/tictactoe_c_sharp
ai bilingual csharp tictactoe-game windows-forms
Last synced: 3 months ago
JSON representation
A TicTacToe game in C#
- Host: GitHub
- URL: https://github.com/lynnsh/tictactoe_c_sharp
- Owner: lynnsh
- License: mit
- Created: 2017-08-24T18:45:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T19:54:16.000Z (about 8 years ago)
- Last Synced: 2026-01-01T02:38:07.923Z (7 months ago)
- Topics: ai, bilingual, csharp, tictactoe-game, windows-forms
- Language: C#
- Homepage:
- Size: 815 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### tictactoe_c_sharp
## TicTacToe Game Project
_Tools: C#, Windows Forms_
Description:
1. A simple bilingual (English/French) GUI TicTacToe game.
2. It has 2 modes: user vs user and user vs computer.
3. User vs computer mode has 3 levels of diffuculty, with the simplest one making random moves and the hardest one blocking forks.