Advertisement
Guest User

Code Golf / Renju Test Cases/ JSON

a guest
Nov 24th, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.81 KB | None | 0 0
  1. RENJU = {
  2.  
  3. "TIE":
  4.  
  5. [
  6. [".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".","0",".",".",".",".",".",".","."],[".",".",".",".",".",".",".","*",".",".",".",".",".",".","."],[".",".",".",".",".",".",".","*",".",".",".",".",".",".","."],[".",".",".","0",".",".",".","*",".",".",".",".",".",".","."],[".",".",".","0","0",".",".","*",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".","*",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."]
  7. ],
  8.  
  9.  
  10. "OVERLINE":
  11.  
  12. [
  13. [".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".","0",".",".",".",".","0",".",".",".","."],[".",".","0",".",".",".",".",".",".","*","0","0",".",".","."],[".",".","0",".",".",".",".",".","*",".",".","0",".",".","."],[".",".","0","*",".","0",".","*",".",".","0","0",".",".","."],[".",".","0",".","*",".","*",".","*","*","*",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".","*",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".","*",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".","*",".",".",".",".",".","."]
  14. ],
  15.  
  16.  
  17. "MULTIPLE":
  18.  
  19. [
  20. [".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".","0","0","0","0","0","0","0",".",".","."],[".",".",".",".","0",".",".",".",".",".",".","0",".",".","."],[".",".",".",".","0",".","*","*","*","*",".","0",".",".","."],[".",".",".",".","0",".",".","*",".",".",".","0",".",".","."],[".",".",".",".","0","0",".","*",".",".","0","0",".",".","."],[".",".",".",".",".","0",".","*",".",".","0",".",".",".","."],[".",".",".",".",".","0",".",".",".",".","0",".",".",".","."],[".",".",".",".",".","0","0","0","0","0","0",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."],[".",".",".",".",".",".",".",".",".",".",".",".",".",".","."]
  21. ]
  22.  
  23. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement