diff --git a/README.md b/README.md index 88ba168..3775850 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # tic-tac-toe -Unbeatable Tic Tac Toe. Single-page HTML, CSS & JavaScript +Unbeatable Tic Tac Toe. Single-page HTML, CSS & JavaScript. + +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.