Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 954 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 954 Bytes

Connect Fourable

This is a small remake of the class game: Connect Four. We are building this project to test our skills in raw JavaScript and to assess our jQuery abilities.

Languages used: JavaScript, jQuery(just for effects), HTML, and CSS.

###MVP###

  1. A user can see a board
  2. A user can see a styled board
  3. A user can place a piece into a column
  4. Users place alternating color pieces on the board
  5. Users can't place a piece in a filled column
  6. A user can see an animation when they place a piece
  7. Users are notified when they win the game

###STRETCH### 8. Users have the option to play against the computer 9. Users are notified when there is no possible way for either to win a game 10. Users and computers have a limited time to move 11. Users and computers have an aggregate time limit, like in chess 12. Users can play against each other in the same browser

####Logic#### Info: Array of colors in order, first is bottom cell.