Assignment

Create an HTML document and a CSS or SCSS stylesheet to display the user interface for a hypothetical dungeon game.

The user interface of the game must be presented in the browser as follows:

The bluish space around the user interface and also the gap between the buttons must be 1rem exactly. The outer element with the grayish background must tightly wrap the inner elements (width: fit-content).

A game scene must be shown in the white area in the middle. The game scene must be represented as a table with 11 rows and columns.

All cells must have the same width and height. Each of the cells must have a suitable background color (that can’t be white!):

The non-wall cells of the table must be populated with Unicode emoji symbols taken from here as follows:

The resulting scene should look like an underground and look thrilling.

The HTML document must also contain a suitable element that includes your full name and Neptun ID, these elements must be shown in the browser.

Requirements

Hints

Submission

Allowed Help

You can access only the following websites: