Add new othello map
This commit is contained in:
		
							parent
							
								
									c122edd0bf
								
							
						
					
					
						commit
						7f30c26cc2
					
				
					 1 changed files with 16 additions and 0 deletions
				
			
		| 
						 | 
					@ -242,6 +242,22 @@ export const x: Map = {
 | 
				
			||||||
	]
 | 
						]
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const squareParty: Map = {
 | 
				
			||||||
 | 
						name: 'Square Party',
 | 
				
			||||||
 | 
						category: '8x8',
 | 
				
			||||||
 | 
						author: 'syuilo',
 | 
				
			||||||
 | 
						data: [
 | 
				
			||||||
 | 
							'--------',
 | 
				
			||||||
 | 
							'-wwwbbb-',
 | 
				
			||||||
 | 
							'-w-wb-b-',
 | 
				
			||||||
 | 
							'-wwwbbb-',
 | 
				
			||||||
 | 
							'-bbbwww-',
 | 
				
			||||||
 | 
							'-b-bw-w-',
 | 
				
			||||||
 | 
							'-bbbwww-',
 | 
				
			||||||
 | 
							'--------'
 | 
				
			||||||
 | 
						]
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const minesweeper: Map = {
 | 
					export const minesweeper: Map = {
 | 
				
			||||||
	name: 'Minesweeper',
 | 
						name: 'Minesweeper',
 | 
				
			||||||
	category: '8x8',
 | 
						category: '8x8',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue