This is a solution to the Connect Four game challenge on Frontend Mentor.
Users should be able to:
- View the game rules
- Play a game of Connect Four against another human player (alternating turns on the same computer)
- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page
- Bonus: See the discs animate into their position when a move is made
- Bonus: Play against the computer
- Solution URL: https://github.com/AnshumanMahato/connect4
- Live Site URL: https://anshumanmahato.github.io/connect4/
- React - JS library
- Redux Toolkit - JS State Management Library
- Framer Motion - Motion library for React.
- I practiced state management using Redux Toolkit.
- I got an understanding of how traditional game AIs work and implemented an AI for the Player Vs Computer mode.
I am planning to build a backed server to allow players to play from different devices.
- Frontend Mentor - @AnshumanMahato
- Telegram - @AnshumanMahato