ethantilley / connect-four

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect-Four

Play one on one to win! - Challenge a friend to disc-dropping fun with the classic game of Connect 4! Drop your red or yellow discs in the grid and be the first to get 4 in a row to win.

Demo-Pic

Built With

  • JavaScript - Programming language used
  • CSS - Programming language used
  • HTML - Programming language used
  • React.JS - JavaScript library for building user interfaces
  • SourceTree - Repository softwear paired with github
  • VS-Code - IDE used

Authors

Use

  • Download Repo.
  • Open Command Prompt or terminal in IDE
  • enter: cd c:...\Connect-Four
  • enter: npm install
  • enter: npm start
  • Hopfully a local browser page should open and application is ready to use.

Goals With This Program

  • Render columns with cells
  • Place red or yellow coin in cells
  • Animate dropping of coins
  • Win states: checking for coins that align 4 in a row
  • Current player indecation - a way for users to see whos go it is
  • Drop points - points above board where coins drop from.

About


Languages

Language:JavaScript 72.8%Language:CSS 20.0%Language:HTML 7.2%