A blitz chess game with magic spells that can be played over the internet. Available here: https://witch-chess.vercel.app/
To play, simply sign-up and log in. The backend server is run via Fly.io and needs some time to start up if it has been idle, so it may take a moment for that to happen.
Once you're logged in, read the rules (found via the RULES button) and create or join a game lobby.
The backend repository can be found here: https://github.com/SpookyLamb/witch-chess-backend
- $
nvm use 20 - $
npm install - $
npm run dev - See the Backend repository for further instructions.
- $
npm run build - Deploys to "Dist"
- Requires a functional backend (local or deployed) to work.