Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WeCodeMakeCode committed Aug 3, 2020
1 parent 38f7981 commit 59b9419
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

![Tic-Tac-Toe in MakeCode Arcade Blocks ](https://github.com/WeCodeMakeCode/tic-tac-toe/blob/master/tic%20tac%20toe%20gif%20shorter.gif)

This is an unbeatable (I think) Tic-Tac-Toe game. It does not use the minimax algorithm. Rather, since tic-tac-toe is such a simple game, this program demonstrates an adhoc, easy-to-follow algorithm that does not use recursion. Yes, it was invented by the author, although certainly it has been used before by others because the computer plays using the same logic that an experienced human player uses. The game features the following types of play: player against computer where the computer makes its best move, player against computer where the computer makes a random mode and computer (best or random) against computer (best or random)

## YouTube Video
https://youtu.be/ekXzMfA1P8Y

## Blog Post
https://wecodemakecode.com/2020/08/03/tic-tac-toe-in-makecode-arcade-blocks-as-streamed-on-twitch/

## Edit this project ![Build status badge](https://github.com/wecodemakecode/new-tic-tac-toe/workflows/MakeCode/badge.svg)

Expand Down

0 comments on commit 59b9419

Please sign in to comment.