TicTacToe Online
Check on https://ttto.qerdcv.com
import random
from string import printable
salt = list(printable.strip())
random.shuffle(salt)
result = ''.join(salt)-
Requirements
- Docker
- docker-compose
- Make
-
Usage
- make test-integration
| Name | Name | Last commit date | ||
|---|---|---|---|---|
TicTacToe Online
Check on https://ttto.qerdcv.com
import random
from string import printable
salt = list(printable.strip())
random.shuffle(salt)
result = ''.join(salt)Requirements
Usage