Missig files from the 'Working Version'.

This commit is contained in:
2013-05-14 09:20:24 +04:00
parent bb6e76009d
commit 821bf0c916
7 changed files with 611 additions and 101 deletions

View File

@@ -21,8 +21,8 @@ protected:
empty = 0,
wall,
box,
hole,
box_in_hole,
goal,
box_in_goal,
worker
};
@@ -69,10 +69,10 @@ public:
*it++ = box;
break;
case '.':
*it++ = hole;
*it++ = goal;
break;
case '*':
*it++ = box_in_hole;
*it++ = box_in_goal;
break;
case '@':
*it++ = worker;