https://github.com/danielsharkov/svelte-chess
A Chess game written in Svelte and made purely by myself (including the SVG pieces)
https://github.com/danielsharkov/svelte-chess
Last synced: 2 months ago
JSON representation
A Chess game written in Svelte and made purely by myself (including the SVG pieces)
- Host: GitHub
- URL: https://github.com/danielsharkov/svelte-chess
- Owner: DanielSharkov
- License: mit
- Created: 2019-06-30T16:23:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T17:40:19.000Z (over 3 years ago)
- Last Synced: 2025-01-16T01:28:06.992Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Svelte](https://svelte.dev) Chess
### [Play Game](https://danielsharkov.github.io/svelte-chess)
_Game is not fully playable (yet)._
This is a Chess project writen in Svelte with stylus.
## How to play
Install the dependencies
```bash
cd svelte-chess
npm install
```then start webpack
```bash
npm run dev
```now navigate to [localhost:8080](http://localhost:8080) and have fun!
**Best experience on Safari - "High graphics"**
Other browsers don't support backdrop-blur - at least not properly, that's why you should set the graphics to low in the settings.