Add link and attribution to README

This commit is contained in:
Sage Vaillancourt 2020-12-30 09:16:45 -05:00
parent 58efd4f323
commit 0c2d99e762
1 changed files with 3 additions and 1 deletions

View File

@ -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