davefancher / ElmTicTacToe

A simple tic tac toe game written in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple tic tac toe game written in Elm


Languages

Language:JavaScript 96.2%Language:Elm 3.1%Language:HTML 0.6%