Awesome
Elm Tic Tac Toe
This is the code for a relatively simple tic tac toe game developed entirely in Elm. Some of the concepts covered in the code include:
- The Elm Architecture
- Lists
- Records
- Unions
- Type Aliases
- Pattern Matching
- Modules
This is the code for a relatively simple tic tac toe game developed entirely in Elm. Some of the concepts covered in the code include: