React-Connect-Four

React Connect Four

By David Tumpowsky

Description

Connect Four takes place on a 4x4 grid. A token is dropped along a column and said token goes to the lowest unoccupied row of the board. A player wins when they have 4 tokens next to each other either along a row, in a column, or on adiagonal. If the board is filled, and nobody has won then the game is a draw. Each player takes a turn, starting with player 1, until the game reaches either win or draw.

Built With

Download App

‘npm run start’ runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Licence

Copyright (c) 2019 David Tumpowsky. This software is licensed under the MIT license.