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

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.

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
```