From 7a4f719c9640bbd5d30b8090e9a9c3fd16700346 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Sun, 26 Mar 2023 01:18:01 +0800 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6edbdd1..0281162 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ Yet another Chess web app. Live demo at [ches.su](https://ches.su). - play against other users in real-time - spectate and chat in ongoing games with other users -- ~~_optional_ user accounts for tracking stats and game history~~ (wip) -- mobile-friendly (wip) +- _optional_ user accounts for tracking stats and game history +- ~~play solo against Stockfish~~ (wip) +- mobile-friendly - ... and more ([view roadmap](https://github.com/users/nizewn/projects/2)) Built with Next.js 13, Tailwind CSS + daisyUI, react-chessboard, chess.js, Express.js, socket.io and PostgreSQL.