This is what I used: package com.codegym.games.minesweeper; import com.codegym.engine.cell.*; public class MinesweeperGame extends Game { } The code verified, however, upon running there was no grid, also "engine" in import and Game in class are highlighted red... What am I missing?