Implement the Connect Four game as a web or mobile application with two modes:
Connect Four is a two-player connection game in which the players first choose a color and then take turns dropping colored discs from the top into a seven-column, six-row vertically suspended grid.
You can find more information about the game at Wikipedia. A reference implementation may be found on the App Store. You can use image assets from this reference implementation or that you find online.