Merge pull request #1233 from syuilo/othello-lack-of-black-map
Add Lack of Black map
This commit is contained in:
		
						commit
						f838b482bf
					
				
					 1 changed files with 15 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -378,6 +378,21 @@ export const parallel: Map = {
 | 
			
		|||
	]
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export const lackOfBlack: Map = {
 | 
			
		||||
	name: 'Lack of Black',
 | 
			
		||||
	category: '8x8',
 | 
			
		||||
	data: [
 | 
			
		||||
		'--------',
 | 
			
		||||
		'--------',
 | 
			
		||||
		'--------',
 | 
			
		||||
		'---w----',
 | 
			
		||||
		'---bw---',
 | 
			
		||||
		'--------',
 | 
			
		||||
		'--------',
 | 
			
		||||
		'--------'
 | 
			
		||||
	]
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export const squareParty: Map = {
 | 
			
		||||
	name: 'Square Party',
 | 
			
		||||
	category: '8x8',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue