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