Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 867f6da

Browse files
Added README
1 parent 914804f commit 867f6da

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

‎Tictactoe-Using-Minmax/README.md‎

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# TicTacToe-Using-MinMax
2+
3+
## Description
4+
5+
Adversarial algorithm-Min-Max for Tic-Tac-Toe Game.
6+
An agent (Robot) will play Tic Tac Toe Game with Human.
7+
8+
Min-Max Algorithm: this algorithm also uses the game tree where each level has the additional information as:
9+
10+
Max if player wants to maximize utility(Agent)
11+
12+
Min if player wants to minimize utility(opponent)
13+
14+
Game require two players, 1. Ai Player and 2. Human Player [AI and Human player] for tic-tac-toe game.
15+
16+
## Setup instructions
17+
18+
No package needs to install
19+
20+
## Output
21+
22+
[![Output.gif](https://i.postimg.cc/P5rdkT4z/Output.gif)](https://postimg.cc/ZCgG8kXC)
23+
24+
## Author(s)
25+
26+
[Hritik Jaiswal](https://github.com/hritik5102)
27+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /