﻿---------------------------------------------------
|                  Blue print guide               |
---------------------------------------------------

 Draw a schema of a building in size of 100x100px  
 Each pixel represents a patch in netlogo.         
 What colors to use tells following table:         

---------------------------------------------------
| Name  | HEX Code | netLogo ID | Represents      |
---------------------------------------------------
| Black | #000000  | 0          | Walls           |
| Grey  | #8d8d8d  | 5          | Doors           |
| Red   | #d73229  | 15         | Exits & windows |
| Blue  | #2d8dbe  | 95         | Walkable path   |
---------------------------------------------------