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###
- 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 color pieces on the board
- Users can't place a piece in a filled column
- A user can see an animation when they place a piece
- 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.