Tooconfident / Connect_four

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect Four

##MVP

  • A user can see a board
  • A user can see a styled board
  • A user can place a piece into a column
  • Users place alternating black and red pieces on the board
  • Users can't place a piece in a filled column
  • Users are notified when they win the game (vertical, horizontal and diagonal win cases)
  • Users are notified when there is no possible way for either player to win a game
  • Users can play against each other in the same browser

About

License:MIT License