Ransom Conant / Mbed 2 deprecated MbedPacman

Dependencies:   4DGL-uLCD-SE mbed wave_player

Fork of PacMan_Skeleton_unlock by ECE 2035 TA

Embed: (wiki syntax)

« Back to documentation index

PLAYER Struct Reference

PLAYER Struct Reference

This struct contains the status of a pacman. More...

#include <pacman.h>

Data Fields

int grid_x
 The position of pacman on the grid.
int grid_y
 The position of pacman on the grid.
PACMAN_STATUS status
 See enum CITY_STATUS.

Detailed Description

This struct contains the status of a pacman.

Definition at line 44 of file pacman.h.


Field Documentation

int grid_x

The position of pacman on the grid.

Definition at line 45 of file pacman.h.

int grid_y

The position of pacman on the grid.

Definition at line 46 of file pacman.h.

See enum CITY_STATUS.

Definition at line 48 of file pacman.h.