A tic tac toe engine that follows ST3P and makes a random valid move every time. The name is a pun with a reference to both st3p and random walk.
Use docker to build an image and run it in interactive pseudo-TTY mode.
docker build . -t random-step
docker run -it --memory=512m --cpus=1.0 --network=none random-step