A basic (basic!) online multiplayer chess service https://quickchess.sagev.space
Go to file
Sage Vaillancourt 3b8d679cac Centralize some Piece logic.
Using new logic.js
Also a bit of server.js cleanup.
2022-10-12 23:12:43 -04:00
public A couple more appearance tweaks. 2022-10-12 22:30:08 -04:00
src Centralize some Piece logic. 2022-10-12 23:12:43 -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 Added en passant. Moves now objects, not arrays 2020-12-30 09:49:29 -05:00
package-lock.json Much, much, prettier. 2022-10-12 22:01:09 -04:00
package.json Much, much, prettier. 2022-10-12 22:01:09 -04:00
server.js Centralize some Piece logic. 2022-10-12 23:12:43 -04:00

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.