Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lue-bird/swap-chess
- Owner: lue-bird
- Created: 2023-04-11T10:29:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-30T00:19:07.000Z (over 1 year ago)
- Last Synced: 2024-12-09T18:02:10.932Z (17 days ago)
- Topics: bot, chess, elm, swap
- Language: Elm
- Homepage: https://lue-bird.github.io/schach/
- Size: 381 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.md
- Contributing: contributing.md
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)