Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the implementation of the game Connect Four, focusing on key functionalities such as initializing the game, displaying the board, player moves validation, alternating turns, and checking for a win or a full board. The instructor demonstrates the 'joue' method, which allows players to make their moves by selecting a column to drop their colored discs. The lecture also includes testing the 'joue' method to ensure proper functionality and game progression.