FreeCodeCamp "Build a Tic Tac Toe game" project
- I can play a game of Tic Tac Toe with the computer.
- My game will reset as soon as it's over so I can play again.
- I can choose whether I want to play as X or O.
- The computer should play a perfect game (unbeatable).
- Learn Elm and try FP for web development.
- Implement rudimentary AI (minimax algorithm) in a functional way.
- Learn how functional code is tested.
- Learn how to style Elm code.