-
// generate the main menu
include ("include/menu.php"); ?>
// select and link a stylesheet include ("style/style.php"); ?>
// end of #mainmenu ?>This module converts compound VCC datatypes that are used by each game device into simple text strings that can be sent over the Bluetooth network. It also receives string from the network and converts them back into the original datatypes.
At present, the net module can handle move, button and lobby_message datatypes. However, the code will need to be altered and new ports will need to be added to support different datatypes.
For more information about the net module, please click here.