https://github.com/dab0mb/parallax-chess
https://github.com/dab0mb/parallax-chess
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dab0mb/parallax-chess
- Owner: DAB0mB
- Created: 2023-07-22T12:50:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T00:15:35.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T15:24:30.651Z (over 1 year ago)
- Language: TypeScript
- Size: 1.45 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
> https://dab0mb.github.io/parallax-chess/
## Running instructions
Install:
```
npm install
```
Dev:
```
npm run dev
```
Build:
```
npm run build
```
Host:
```
serve dist
```
# License
MIT