This repository has been archived on 2023-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
iaj/TP1/Prolog/sokoban/main.pl
2023-02-28 18:27:29 +01:00

5 lines
No EOL
101 B
Prolog

:- include(screen0).
:- include(board).
:- include(solver).
% solve(c4r6,[c5r4,c5r5,c6r3],Plan,Len).