Chess, reimagined.
For the singleplayer demo, go to https://py660.github.io/3DChess/
git clone https://github.com/py660/3DChess
cd 3DChess
npm install
npm run build
# Serve client (server not implemented yet!)
npx serve ./public/ # or substitute your favorite webserver