• This program is a tic-tac-toe program that is played in your browser.
• The goal is to have as little global code as possible by using modules and factories.
• Artificial Intelligence can be selected so that it is impossible for the human player to win against the computer.
• For more information see The Odin Project