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 a game where players take turns to place pieces on a grid. The instructor explains the 'joue' function, which allows players to make a move by selecting a column to place their piece. The lecture also includes testing strategies for the 'joue' function to ensure the game runs smoothly and correctly.