/ElmTicTacToe

A simple tic tac toe game written in Elm

Primary LanguageJavaScript

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