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 development of a Connect Four game in C++, starting with breaking down the problem into sub-problems and identifying the necessary types. It explains the use of arrays and enums to represent the game board and pieces, and demonstrates how to write and test functions for each step of the development process.