embedded-software
reusable software modules for embedded systems
|
game structure More...
Data Fields | |
void(* | callback )(int argc, char *argv[]) |
callback (optional) More... | |
void(* | play )(void) |
funtion to initiate playing the game More... | |
void(* | help )(void) |
function to display help info More... | |
void(* | score )(void) |
function to display scores (optional) More... | |
char * | name |
name of the game More... | |
char * | description |
description of the game More... | |
uint8_t | num_players |
number of players (1 by default) More... | |
game structure
void(* callback)(int argc, char *argv[]) |
callback (optional)
char* description |
description of the game
void(* help)(void) |
function to display help info
char* name |
name of the game
uint8_t num_players |
number of players (1 by default)
void(* play)(void) |
funtion to initiate playing the game
void(* score)(void) |
function to display scores (optional)