Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
g-30 authored Jul 12, 2024
1 parent ac36947 commit 48a2907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# tic-tac-toe
Unbeatable Tic Tac Toe. Single-page HTML, CSS & JavaScript.

[DEMO](https://g-30.github.io/tic-tac-toe/)

<img width="830" alt="tic-tac-toe" src="https://github.com/g-30/tic-tac-toe/assets/8287493/5dd43d69-1f90-4d90-aacd-be865b4009df">

Implementation of [Minimax](https://en.wikipedia.org/wiki/Minimax) algorithm wrapped up in a neat chalkboard UI. The chalk effect is achieved using SVG turbulence filters.

Minimax algorithm:
https://github.com/g-30/tic-tac-toe/blob/3e10e64185cb1424c429552878c5d13cbad452f8/index.html#L438-L482

[DEMO](https://g-30.github.io/tic-tac-toe/)

0 comments on commit 48a2907

Please sign in to comment.