This is a solution to the Connect Four game challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Note: Delete this note and update the table of contents based on what sections you keep.
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: Add solution URL here
- Live Site URL: Add live site URL here
- React - JS library
- ReduxToolkit - State container
- Styled Components - For styles
Implemetation of minimax algorithm with alpha-beta pruning Using for CPU-intensive tasks such as minimax algorithm with high depth