A basic (basic!) online multiplayer chess service https://quickchess.sagev.space
Go to file
Sage Vaillancourt 421c329d94 Update default ENDPOINT and add /status to API 2023-12-17 19:06:53 -05:00
public A couple more appearance tweaks. 2022-10-12 22:30:08 -04:00
src Update default ENDPOINT and add /status to API 2023-12-17 19:06:53 -05: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 Update default ENDPOINT and add /status to API 2023-12-17 19:06:53 -05:00
package.json Update to React 18 and correct some more module trickiness 2023-05-23 15:41:27 -04:00
server.js Update default ENDPOINT and add /status to API 2023-12-17 19:06:53 -05: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.