Created
February 11, 2013 18:29
-
-
Save hale/4756453 to your computer and use it in GitHub Desktop.
default dungeon map
This file contains hidden or 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
| ~/code/dungeon-2013v1 ⮀ ⭠ master± ⮀ mvn clean compile exec:java | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building AI For Computer Games: Dungeon 1.0-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ dungeon --- | |
| [INFO] Deleting /Users/philiphale/code/dungeon-2013v1/target | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ dungeon --- | |
| [debug] execute contextualize | |
| [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! | |
| [INFO] skip non existing resourceDirectory /Users/philiphale/code/dungeon-2013v1/src/main/resources | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ dungeon --- | |
| [INFO] Changes detected - recompiling the module! | |
| [WARNING] File encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent! | |
| [INFO] Compiling 57 source files to /Users/philiphale/code/dungeon-2013v1/target/classes | |
| [INFO] | |
| [INFO] >>> exec-maven-plugin:1.2.1:java (default-cli) @ dungeon >>> | |
| [INFO] | |
| [INFO] <<< exec-maven-plugin:1.2.1:java (default-cli) @ dungeon <<< | |
| [INFO] | |
| [INFO] --- exec-maven-plugin:1.2.1:java (default-cli) @ dungeon --- | |
| map | |
| 1111101111101111111100000 | |
| 1111101111101101111100000 | |
| 1111101111101101111100000 | |
| 1111101111101101111100000 | |
| 1111111100101100000100000 | |
| 1111111100101111111100000 | |
| 1110000000101110000000000 | |
| 1111111100101111111100000 | |
| 1111111111111111111100000 | |
| 1111111111111111111100000 | |
| 0000100000000010001100000 | |
| 1111111111111111101100000 | |
| 1111111111011111101100000 | |
| 1111111111011111101100000 | |
| 1000000011011111101100000 | |
| 1011111011011111101100000 | |
| 1011111011011111101100000 | |
| 1111111011011111101100000 | |
| 1111100011011111111100000 | |
| 1111111111011111111100000 | |
| 0000000000000000000000000 | |
| 0000000000000000000000000 | |
| 0000000000000000000000000 | |
| 0000000000000000000000000 | |
| 0000000000000000000000000 | |
| tilemap | |
| 1111101111101111111100000 | |
| 1111101111101101111100000 | |
| 1111101111101101111100000 | |
| 1111101111101101111100000 | |
| 1111111100101100000100000 | |
| 1111111100101111111100000 | |
| 1110000000101110000000000 | |
| 1111111100101111111100000 | |
| 1111111111111111111100000 | |
| 1111111111111111111100000 | |
| 0000100000000010001100000 | |
| 1111111111111111101100000 | |
| 1111111111011111101100000 | |
| 1111111111011111101100000 | |
| 1000000011011111101100000 | |
| 1011111011011111101100000 | |
| 1011111011011111101100000 | |
| 1111111011011111101100000 | |
| 1111100011011111111100000 | |
| 1111111111011111111100000 | |
| 0000000000000000000000000 | |
| 0000000000000000000000000 | |
| 0000000000000000000000000 | |
| 0000000000000000000000000 | |
| 0000000000000000000000000 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
