Skip to content

A tic-tac-toe engine that follows the st3p protocol but makes a random move every time

License

Notifications You must be signed in to change notification settings

artfuldev/random-step

Repository files navigation

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

About

A tic-tac-toe engine that follows the st3p protocol but makes a random move every time

Resources

License

Stars

Watchers

Forks

Packages

No packages published