Kostadin Chakarov / Mbed 2 deprecated el17kec

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Level Class Reference

Level Class Reference

Level Class , Creates the levels in the Breakout game. More...

#include <Map.h>

Inherited by Level1, Level2, and Level3.

Public Member Functions

virtual void initBricks (Map &map)
 Draws the bricks and stores them in the levels vector, virtual as it changes for each level.

Detailed Description

Level Class , Creates the levels in the Breakout game.

Author:
Kostadin Chakarov, University of Leeds
Date:
April 2019

Definition at line 29 of file Map.h.


Member Function Documentation

virtual void initBricks ( Map map ) [virtual]

Draws the bricks and stores them in the levels vector, virtual as it changes for each level.

Reimplemented in Level1, Level2, and Level3.

Definition at line 35 of file Map.h.