Browser Game
The Dogelog player performs well enough to provide an interactive
board game. We use ensure_loaded/1 to load the Prolog text of the
game.
- Board Setup: The board is a div element with a couple
of child button elements. For-ign functions allow to access and
modify the board from within Prolog. More..
- Browser Play: The game play mediates between the game
search and the board. The game play also uses a status line to
show the outcome of the game. More..
- Example Uses: The main HTML page does not anymore
resemble the sandbox ex-ample, since the interactive game board
has replaced the text area input. More..
Kommentare