From 1df8158b127c3888d1ab10db0e6c05da2c795e1c Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 7 Mar 2016 14:35:37 +0100 Subject: [PATCH] added agent --- code/Sokoban.dcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Sokoban.dcl b/code/Sokoban.dcl index 30e9465..32b5e11 100644 --- a/code/Sokoban.dcl +++ b/code/Sokoban.dcl @@ -4,6 +4,6 @@ definition module Sokoban width :: Int, height :: Int, data :: [[SokobanTile]]} -:: SokobanTile = Wall | Free | Box | Target +:: SokobanTile = Wall | Free | Box | Target | Agent parse :: String *World -> (SokobanPuzzle, *World) -- 2.20.1