package de.uniks.pmws1920.builder; public class ModelBuilder { // =================================================================================== // Game Rule Methods // =================================================================================== // public Player checkWin(){ // check your wincondition // return the player that won the game (or null if no player has won yet) } }