Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 281 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 281 Bytes

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