public void PrepareGameboard() { gameBoard.InitBackground(); gameBoard.InitTiles(); gameBoard.InitCharacters(); }