rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

Write Tic-Tac-Toe game for Calc #218

Open rlwhitcomb opened 2 years ago

rlwhitcomb commented 2 years ago

This will be a good demonstration of the "Turing Complete"-ness of the Calc language. And the algorithms for producing an unbeatable game-playing engine are well-known. For instance, http://www.wikihow.com/Win-at-Tic-Tac-Toe.

rlwhitcomb commented 2 years ago

BTW, this requires an "input" statement in order to get the user moves and other choices .... Just sayin'