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

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

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/)