public Game2048(IGameEngine engine, IGameOptions options, IStatefullBoard board) { m_engine = engine; m_options = options; m_board = board; }