<option value="../games/game_directory/file.abg">Game Name in Menu</option>
Assuming the game tic-tac-toe is in the directory tic_tac_toe in the games directory and the abg file for it is named tictactoe.abg, the syntax is as follows:
<option value="../games/tic_tac_toe/tictactoe.abg">Tic-Tac-Toe</option>