Dmitrijs Griskovs / Mbed 2 deprecated el17dg

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Tutorial Class Reference

Tutorial Class Reference

Tutorial Class. More...

#include <tutorial.h>

Public Member Functions

 Tutorial ()
 A constructor for the Tutorial's page number.
bool updateAndWriteTutorial ()
 Updates and draws a text that explains the game rules and gameplay.

Detailed Description

Tutorial Class.

A library for describing the Tutorial.

Author:
Dmitrijs Griskovs
Date:
15/04/2019

Definition at line 10 of file tutorial.h.


Constructor & Destructor Documentation

Tutorial (  )

A constructor for the Tutorial's page number.

Definition at line 8 of file tutorial.cpp.


Member Function Documentation

bool updateAndWriteTutorial (  )

Updates and draws a text that explains the game rules and gameplay.

This function just displays some strings of the dysplaye to tell the player how to use the controls and what to do.

Definition at line 19 of file tutorial.cpp.