Changeset 4542 for trunk/examples

Show
Ignore:
Timestamp:
10/28/08 04:58:50 (2 months ago)
Author:
pmoura
Message:

Added a new logic puzzle programming example, adapted with permission from Kevin Stone's BrainBashers? website (http://www.brainbashers.com/).

Location:
trunk/examples/puzzles
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/puzzles/loader.lgt

    r3853 r4542  
    22:- initialization(( 
    33    logtalk_load(library(types_loader), [reload(skip)]),    % allow for static binding 
    4     logtalk_load([potions, jam_thief, horses, houses, note, camp_swampy]))).  
     4    logtalk_load([potions, jam_thief, horses, houses, note, camp_swampy, stolen_cake]))).