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

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#

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.