Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. input
  2. int array[x,y]
  3.  
  4. output
  5.  
  6. I want it to be filled with intersecting lines like roads, one array point is one building for scale
  7. you will basically make something tha tlookks like
  8.  
  9. 0010010001000000100100
  10. 1111110001000000100100
  11. 0010010001111111111100
  12. 1110011111000000000100
  13. 0010010001000000000111
  14. 0011110001111111111100
  15.  
  16. it can be "X" and "O" or whatever you want aslong as they aren't botht the same :P
  17. there are no "pockets with a line going into it
  18.  
  19. 111111
  20. 100001
  21. 100111
  22. 100001
  23. 111111
  24.  
  25. there is no single plain grid lameness, little variation is ok
  26.  
  27. even if you want to make it where you make a grid, then remove some joints randomly sohat theres some elongated sections, that's ok too
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement