I have created a Connect 4 game for my final year project which has both multiplayer and singleplayer. It uses Monte-Carlo Tree Search to play against the computer. I am doing a report based on this and would like to know what design pattern/architectural pattern this is.
I suspect that it could be either Model-View-Controller or a form of Facade.