A basic (basic!) online multiplayer chess service https://quickchess.sagev.space
Go to file
Sage Vaillancourt 5e21219d00 Update default API url 2023-05-24 14:30:41 -04:00
public A couple more appearance tweaks. 2022-10-12 22:30:08 -04:00
src Update default API url 2023-05-24 14:30:41 -04: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 to React 18 and correct some more module trickiness 2023-05-23 15:41:27 -04:00
package.json Update to React 18 and correct some more module trickiness 2023-05-23 15:41:27 -04:00
server.js Add npm run server to start up the backend. 2023-05-18 11:57:15 -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.