The Haskell Unfolder Episode 32: solving tic-tac-toe

Will be streamed tonight, 2024-09-18, at 1830 UTC, live on YouTube.

Abstract:
In this episode, which is suitable for Haskell beginners, we don’t focus on a specific Haskell programming technique, but instead try to develop an implementation of a simple game from scratch: tic-tac-toe. After having implemented the rules, we will show how to actually solve the game and allow optimal play by producing a complete game tree and using a naive minimax algorithm for evaluating states.

Full announcement here: The Haskell Unfolder Episode 32: solving tic-tac-toe

9 Likes