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

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)

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.