Anywhere Board Games
Introduction and Latest News > Using Anywhere Board Games > Adding Games to Servers > Making Games Available

Making Games Available

  1. Access the ABG server.
  2. Navigate to the ABG\www\client directory.
  3. In a text editor, open the index.php file.
  4. Within the <div> named "upload_board_dialog", within <select>, add an <option> for the game according to the following syntax:
<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>
  1. Save the index.php file.




 

Get Anywhere Board Games at SourceForge.net. Fast, secure and Free Open Source software downloads