ctopheryoung / connect-four-react-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect 4

React + TS

Dev Checklist

MVP

  • Render game board
  • Place a chip in a column and have it fill the last available space in that column
  • Alternate turns (Red, Yellow)
  • Calculate if there is a winner
  • Clear or Reset Button

Ideas for additional development

  • Allow players to enter names, pick colors
  • Allow different board dimensions
  • Allow different numbers of players
  • Different rules to win
  • Animate the chips falling out when resetting

About


Languages

Language:TypeScript 69.0%Language:CSS 25.3%Language:HTML 5.7%