BANZZAAAIIII / IKT212_Akari_Prolog

0 stars 0 forks source link

Solved board #20

Closed Anders-Espenes closed 2 years ago

Anders-Espenes commented 2 years ago

Created a datastructure that contains a tile structure, the structure contains a variable from the board, and its corresponding line groups and any walls it is adjacent too. tile(value(Tile), lines([ ]), walls([ ]).