A basic (basic!) online multiplayer chess service
https://quickchess.sagev.space
5fee691c08
Include package-lock.json in git. Add server file. Start moving Board backend into its own file (currently a lot of duplicate code between board.js and backend.js). |
||
---|---|---|
public | ||
src | ||
.gitignore | ||
README.md | ||
package-lock.json | ||
package.json | ||
server.js |
README.md
QuickChess
This is a simple implementation of Chess in React. It supports nearly all moves, with castling still to be added. A live build can be seen here: https://sagev.space/quickchess/. Assets borrowed from Wikipedia.
Building
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, or npm build
to generate a
static version of the page.