https://github.com/hyouteki/sss
cheSS Server in c/wasm
https://github.com/hyouteki/sss
c chess-engine chessboardjs js wasm
Last synced: 3 months ago
JSON representation
cheSS Server in c/wasm
- Host: GitHub
- URL: https://github.com/hyouteki/sss
- Owner: hyouteki
- Created: 2025-01-10T09:09:56.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-01-12T09:23:47.000Z (4 months ago)
- Last Synced: 2025-02-13T06:01:43.214Z (3 months ago)
- Topics: c, chess-engine, chessboardjs, js, wasm
- Language: JavaScript
- Homepage: https://hyouteki.github.io/sss/
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Getting Started
Install the following dependencies
```bash
sudo apt install clang lld-14 wabt
```
```bash
bash BUILD.sh
```### Courtesy
1. [chessboard.js - oakmac](https://github.com/oakmac/chessboardjs)
2. [reset.css - meyerweb](https://meyerweb.com/eric/tools/css/reset/)