An open API service indexing awesome lists of open source software.

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


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

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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