/elm-connect-4

My first ELM project, the goal is to create a playable Connect 4 game

Primary LanguageElm

elm-connect-4

My first Elm project, A Connect-4 game

How to play:

  • The player always starts first and uses red tokens
  • The computer always starts second and uses yellow tokens
  • To play a move, click anywhere in a column to drop a token, then wait for a few seconds for the computer to think and make its move

Live version: http://jgosar.github.io/elm-connect-4/index.html