QuickChess/README.md

13 lines
494 B
Markdown
Raw Normal View History

2020-12-30 09:14:16 -05:00
# QuickChess
2020-12-27 20:11:50 -05:00
2022-12-30 09:26:16 -05:00
This is a simple implementation of Chess in React. It supports all moves, including castling and en passant. A live build can be seen here:
[https://quickchess.win/](https://quickchess.win/). Assets
2020-12-30 09:16:45 -05:00
borrowed from Wikipedia.
2020-12-27 20:11:50 -05:00
2020-12-30 09:14:16 -05:00
# Building
2020-12-27 20:11:50 -05:00
2020-12-30 09:14:16 -05:00
After cloning the repo, building is as simple as running `npm i` to download
all dependencies, followed by `npm start` to run the game at
[http://localhost:3000](http://localhost:3000), or `npm build` to generate a
static version of the page.