Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 424 Bytes

random-step

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.

Running

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