A basic (basic!) online multiplayer chess service https://quickchess.sagev.space
Go to file
Sage Vaillancourt 48f9a0f6c0 Update README.md 2022-12-30 14:26:16 +00:00
public A couple more appearance tweaks. 2022-10-12 22:30:08 -04:00
src Quick backend patch 2022-10-19 00:56:10 +00:00
.gitignore Add .swp files to .gitignore 2020-12-29 15:08:35 -05:00
Procfile Add heroku Procfile 2021-01-06 13:14:27 -05:00
README.md Update README.md 2022-12-30 14:26:16 +00:00
package-lock.json Add 'QuickChess' label to top of page 2022-10-13 10:24:29 -04:00
package.json Rename package to quickchess 2022-10-13 00:28:33 -04:00
server.js Start removing some redundant code. 2022-10-12 23:44:29 -04:00

README.md

QuickChess

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/. 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.