Simple Single Page Connect Four Game/App built with ReactJs. This project was bootstrapped with Create React App.
cd
into your project directory- run
npm install
- run
npm start
Gameplay is very simple: Just mouse over to the column you want to play your tile at and left click
Try your best to connect 4 of your tiles either horizontally, vertically, or diagonally before your opponent does!
Click on button on the left to check how many games each player has won as well as current game stats. A useful tool to check if your opponent is one step away from victory without you noticing!
You may change the color of tiles representing you! Feel free to customise the tiles to your favourite color!
If you drop a tile onto the space with You have triggered a special tile! One of four special effects will be triggered! For more information on what the special effects do, check out the ? button on the top right of the screen for help menu.