diff --git a/README.md b/README.md index 7ca51ab..b92d37a 100644 --- a/README.md +++ b/README.md @@ -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/) + tic-tac-toe 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/)