Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lue-bird/swap-chess

"swap chess" against a custom bot
https://github.com/lue-bird/swap-chess

bot chess elm swap

Last synced: 12 days ago
JSON representation

"swap chess" against a custom bot

Awesome Lists containing this project

README

        

## schach web game

Chess, but you can switch places if your own pieces are in the way.
No castling.
Play against our bot.

[online](https://lue-bird.github.io/schach/)

built using [elm](https://elm-lang.org/).

### run locally
```noformatingples
npx elm-watch hot
```
- [lydell/elm-watch website](https://lydell.github.io/elm-watch/)

and open the index.html file or better
```noformatingples
serve
```
- [vercel/serve](https://github.com/vercel/serve)