From 309a2be2598703b9bb98c296d976df98145311ff Mon Sep 17 00:00:00 2001 From: Dmitriy Rotaenko <52621117+dmitriyrotaenko@users.noreply.github.com> Date: Sat, 21 Dec 2024 23:27:45 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0227d2d..2925e81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ A simple tic-tac-toe game but instead of standard ❌ and 〇, the players mark with 🐱 and 🐶 (that's why the game name has 'paw'). +## Demo + +The game is available [online](https://dmitriyrotaenko.github.io/tic-tac-paw/). + ## Screenshots **Initial state**