Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. The "dragon" is the the dot in the middle of an odd numbered face, and the "flies" are the dots in the corners of an odd numbered face.
  2.  
  3.  
  4. -----
  5. | |
  6. | o | // one dragon, no flies
  7. | |
  8. -----
  9.  
  10. -----
  11. | o |
  12. | | // no dragons, two flies
  13. | o |
  14. -----
  15.  
  16. -----
  17. | o |
  18. | o | // one dragon, two flies
  19. | o |
  20. -----
  21.  
  22. -----
  23. | o o |
  24. | | // no dragon, four flies
  25. | o o |
  26. -----
  27.  
  28. -----
  29. | o o |
  30. | o | // one dragon, four flies
  31. | o o |
  32. -----
  33.  
  34. -----
  35. | o o |
  36. | o o | // no dragon, six flies
  37. | o o |
  38. -----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement