Merge pull request #1210 from syuilo/othello-checker-map
Add checker map
This commit is contained in:
		
						commit
						85840d77ad
					
				
					 1 changed files with 17 additions and 0 deletions
				
			
		| 
						 | 
					@ -315,6 +315,23 @@ export const walls: Map = {
 | 
				
			||||||
		' bbbbbbbb '
 | 
							' bbbbbbbb '
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const checker: Map = {
 | 
				
			||||||
 | 
						name: 'Checker',
 | 
				
			||||||
 | 
						category: '10x10',
 | 
				
			||||||
 | 
						size: 10,
 | 
				
			||||||
 | 
						data:
 | 
				
			||||||
 | 
							'----------' +
 | 
				
			||||||
 | 
							'----------' +
 | 
				
			||||||
 | 
							'----------' +
 | 
				
			||||||
 | 
							'---wbwb---' +
 | 
				
			||||||
 | 
							'---bwbw---' +
 | 
				
			||||||
 | 
							'---wbwb---' +
 | 
				
			||||||
 | 
							'---bwbw---' +
 | 
				
			||||||
 | 
							'----------' +
 | 
				
			||||||
 | 
							'----------' +
 | 
				
			||||||
 | 
							'----------'
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const sixeight: Map = {
 | 
					export const sixeight: Map = {
 | 
				
			||||||
	name: '6x8',
 | 
						name: '6x8',
 | 
				
			||||||
	category: 'special',
 | 
						category: 'special',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue