luckytyphlosion

151no ILCMWLWA blockLG basic rules

Dec 16th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. x:0 y:0
  2. -------
  3. - x:0 y:0; cannot be a control code
  4. - x:1 y:0 | x:0 y:1 | x:1 y:1; /shouldn't/ have a control code (situational)
  5.  
  6. x:1 y:0
  7. -------
  8. - x:0 y:0 | x:1 y:0; cannot be a control code
  9. - x:0 y:1 | x:1 y:1; /shouldn't/ be a control code (situational)
  10.  
  11. x:2 y:0
  12. -------
  13. - x:0 y:0 | x:1 y:0 | x:2 y:0; cannot be a control code
  14. - x:3 y:0 | x:0 y:1 | x:1 y:1 | x:2 y:1 | x:3 y:1; /shouldn't/ be a control code (situational)
  15.  
  16. x:3 y:0
  17. -------
  18. - x:0 y:0 | x:1 y:0 | x:2 y:0 | x:3 y:0; cannot be a control code
  19. - x:0 y:1 | x:1 y:1 | x:2 y:1 | x:3 y:1; /shouldn't/ be a control code (situational)
  20.  
  21. x:0 y:2
  22. -------
  23. - x:0 y:2 | x:1 y:2; cannot be a control code
  24. - x:1 y:2 | x:0 y:3 | x:1 y:3; /shouldn't/ be a control code (situational)
  25.  
  26. x:2 y:2
  27. -------
  28. - x:0 y:2 | x:1 y:2 | x:2 y:2; cannot be a control code
  29. - x:3 y:2 | x:0 y:3 | x:1 y:3 | x:2 y:3 | x:3 y:3; /shouldn't/ be a control code (situational)
Add Comment
Please, Sign In to add comment