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
- Host: GitHub
- URL: https://github.com/rexagon/everchess
- Owner: Rexagon
- Created: 2021-12-30T01:45:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T01:45:48.000Z (over 3 years ago)
- Last Synced: 2025-03-18T06:40:59.179Z (3 months ago)
- Topics: chess, everscale, solidity
- Language: Solidity
- Homepage: https://everchess.io
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```