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

https://github.com/rexagon/everchess

Strange and useless chess game on Everscale blockchain
https://github.com/rexagon/everchess

chess everscale solidity

Last synced: 3 months ago
JSON representation

Strange and useless chess game on Everscale blockchain

Awesome Lists containing this project

README

        

## everchess.io (WIP)

Strange and useless chess game on Everscale blockchain.

### How does it work

Two players place bids on a deployed round. Then they call the `move` method until
someone wins. The winner gets everything.

### How to build
```bash
everdev sol compile --output-dir build ./src/Chess.sol
```