Skip to content

A tic-tac-toe engine that follows the st3p protocol but makes move based on heuristic

License

Notifications You must be signed in to change notification settings

mallikarjunbr/heuristic-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 move based on heuristic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Dockerfile 0.7%