-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add copyright statement.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# README | ||
|
||
The levels included in this sokoban game program are borrowed from various other sokoban games and are the intellectual property of their respective original designers. These levels are utilized within this program solely for the purpose of testing the solver. | ||
We do not claim ownership of these levels, and all rights remain with the original creators. | ||
|
||
| File | Author | | ||
| ------------------- | -------------------------------------------- | | ||
| box_world_100.xsb | Thinking Rabbit (<https://sokoban.jp/>) | | ||
| microban_155.xsb | David W. Skinner (<[email protected]>) | | ||
| microban_II_135.xsb | David W. Skinner (<[email protected]>) | |