From 0c2d99e762afd9547fb9b3cb61831bd66ade7fba Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Wed, 30 Dec 2020 09:16:45 -0500 Subject: [PATCH] Add link and attribution to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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