Connect 4 made in Vanilla JS

Solution retrospective
There are some bugs that I still have to fix as far as the algorithm goes
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@visualdenniss
Hey Alex,
great work completing this tedious challenge only in vanilla JS! It seems there is a bug about the win condition, the very first connect four is not counter, only starting from 2nd connect for, it starts to count wins for players. Also i believe after one connect 4, the game should end and don't let user to continue, instead restart the new game. But i guess u are already aware of these bugs.
Hope you find this feedback helpful!
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord