A basic (basic!) online multiplayer chess service https://quickchess.sagev.space
Go to file
Sage Vaillancourt 58efd4f323 Simple README 2020-12-30 09:14:16 -05:00
public Modify slightly to fit into SageV.Space 2020-12-29 13:57:19 -05:00
src Ban moving self into, or staying in check 2020-12-30 00:09:02 -05:00
.gitignore Add .swp files to .gitignore 2020-12-29 15:08:35 -05:00
README.md Simple README 2020-12-30 09:14:16 -05:00
package.json Most pieces move as expected (pawns need work) 2020-12-28 15:12:35 -05:00

README.md

QuickChess

This is a simple implementation of Chess in React. It supports nearly all moves, with en passant and castling still to be added.

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.