https://github.com/yoosoftcc/sui-gobang-game
A gobang game based on sui devnet.
https://github.com/yoosoftcc/sui-gobang-game
Last synced: over 1 year ago
JSON representation
A gobang game based on sui devnet.
- Host: GitHub
- URL: https://github.com/yoosoftcc/sui-gobang-game
- Owner: yoosoftcc
- Created: 2022-12-09T04:54:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T04:56:19.000Z (over 3 years ago)
- Last Synced: 2025-01-07T23:52:59.912Z (over 1 year ago)
- Language: Move
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A gobang game based on sui devnet
## Module testing
```
sui move test -p ./gobang-contracts
```
## Module publish
```
sui client publish -p gobang-contracts --gas-budget 10000
```
## Run
```
yarn workspace gobang-frontend dev
```