XJEL2645 (19/20) / Mbed 2 deprecated Explorer

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
BitmapA black & white bitmap that can be rendered on an N5110 screen
CoordinateCoordinate struct
ExplorerExplorer Class explorer file has three functions @ 1 the movement of a explorer to jump and move in left or right direction @ 2 check fallen and collision @ 3 reset the game @ date April 15th 2020 @ author Yaomochu
GameengineGameengine Class @1 make the whole explorer game run and set the score the reset process @2 cheak the collision and the reset or fall flag @3 draw on the lcd screen and load the gamepad controll
GamepadGamepad Class
itemItem Class
LineLine struct
MenuMenu Class
N5110N5110 Class
PolarPolar coordinate struct
StateState for finite state machine struct
SurfaceSurface Class @1 the leftside of the line move toward right then the rightside should also move to the right to keep the length @2 the line will be random length but must be suitable @3 makesure there are two surface for player to stay
Vector2DVector 2D struct