Parallax Chess

An implementation of a 3D Chess game in React. The project was designed to easily alternate between themes and dimensions, as you can see in the GIF below.

parallax-chess-demo

https://dab0mb.github.io/parallax-chess/

Running instructions

Install:

npm install

Dev:

npm run dev

Build:

npm run build

Host:

serve dist

License

MIT