diff --git a/README.md b/README.md index 2c8ed4f..84d84e6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # QuickChess This is a simple implementation of Chess in React. It supports nearly all moves, -with en passant and castling still to be added. +with en passant and castling still to be added. A live build can be seen here: +[https://sagev.space/quickchess/](https://sagev.space/quickchess/). Assets +borrowed from Wikipedia. # Building