Add some othello maps
This commit is contained in:
		
							parent
							
								
									d4ebcd07c2
								
							
						
					
					
						commit
						2acb3ca07d
					
				
					 1 changed files with 68 additions and 0 deletions
				
			
		| 
						 | 
					@ -505,6 +505,24 @@ export const walls: Map = {
 | 
				
			||||||
	]
 | 
						]
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const cpu: Map = {
 | 
				
			||||||
 | 
						name: 'CPU',
 | 
				
			||||||
 | 
						category: '10x10',
 | 
				
			||||||
 | 
						author: 'syuilo',
 | 
				
			||||||
 | 
						data: [
 | 
				
			||||||
 | 
							' b b  b b ',
 | 
				
			||||||
 | 
							'w--------w',
 | 
				
			||||||
 | 
							' -------- ',
 | 
				
			||||||
 | 
							'w--------w',
 | 
				
			||||||
 | 
							' ---wb--- ',
 | 
				
			||||||
 | 
							' ---bw--- ',
 | 
				
			||||||
 | 
							'w--------w',
 | 
				
			||||||
 | 
							' -------- ',
 | 
				
			||||||
 | 
							'w--------w',
 | 
				
			||||||
 | 
							' b b  b b '
 | 
				
			||||||
 | 
						]
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const checker: Map = {
 | 
					export const checker: Map = {
 | 
				
			||||||
	name: 'Checker',
 | 
						name: 'Checker',
 | 
				
			||||||
	category: '10x10',
 | 
						category: '10x10',
 | 
				
			||||||
| 
						 | 
					@ -541,6 +559,24 @@ export const japaneseCurry: Map = {
 | 
				
			||||||
	]
 | 
						]
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const mosaic: Map = {
 | 
				
			||||||
 | 
						name: 'Mosaic',
 | 
				
			||||||
 | 
						category: '10x10',
 | 
				
			||||||
 | 
						author: 'syuilo',
 | 
				
			||||||
 | 
						data: [
 | 
				
			||||||
 | 
							'- - - - - ',
 | 
				
			||||||
 | 
							' - - - - -',
 | 
				
			||||||
 | 
							'- - - - - ',
 | 
				
			||||||
 | 
							' - w w - -',
 | 
				
			||||||
 | 
							'- - b b - ',
 | 
				
			||||||
 | 
							' - w w - -',
 | 
				
			||||||
 | 
							'- - b b - ',
 | 
				
			||||||
 | 
							' - - - - -',
 | 
				
			||||||
 | 
							'- - - - - ',
 | 
				
			||||||
 | 
							' - - - - -',
 | 
				
			||||||
 | 
						]
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const arena: Map = {
 | 
					export const arena: Map = {
 | 
				
			||||||
	name: 'Arena',
 | 
						name: 'Arena',
 | 
				
			||||||
	category: '10x10',
 | 
						category: '10x10',
 | 
				
			||||||
| 
						 | 
					@ -686,6 +722,38 @@ export const iphonex: Map = {
 | 
				
			||||||
	]
 | 
						]
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const dealWithIt: Map = {
 | 
				
			||||||
 | 
						name: 'Deal with it!',
 | 
				
			||||||
 | 
						category: 'Special',
 | 
				
			||||||
 | 
						author: 'syuilo',
 | 
				
			||||||
 | 
						data: [
 | 
				
			||||||
 | 
							'------------',
 | 
				
			||||||
 | 
							'--w-b-------',
 | 
				
			||||||
 | 
							' --b-w------',
 | 
				
			||||||
 | 
							'  --w-b---- ',
 | 
				
			||||||
 | 
							'   -------  '
 | 
				
			||||||
 | 
						]
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const experiment: Map = {
 | 
				
			||||||
 | 
						name: 'Let\'s experiment',
 | 
				
			||||||
 | 
						category: 'Special',
 | 
				
			||||||
 | 
						author: 'syuilo',
 | 
				
			||||||
 | 
						data: [
 | 
				
			||||||
 | 
							' ------------ ',
 | 
				
			||||||
 | 
							'------wb------',
 | 
				
			||||||
 | 
							'------bw------',
 | 
				
			||||||
 | 
							'--------------',
 | 
				
			||||||
 | 
							'    -    -    ',
 | 
				
			||||||
 | 
							'------  ------',
 | 
				
			||||||
 | 
							'bbbbbb  wwwwww',
 | 
				
			||||||
 | 
							'bbbbbb  wwwwww',
 | 
				
			||||||
 | 
							'bbbbbb  wwwwww',
 | 
				
			||||||
 | 
							'bbbbbb  wwwwww',
 | 
				
			||||||
 | 
							'wwwwww  bbbbbb'
 | 
				
			||||||
 | 
						]
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const bigBoard: Map = {
 | 
					export const bigBoard: Map = {
 | 
				
			||||||
	name: 'Big board',
 | 
						name: 'Big board',
 | 
				
			||||||
	category: 'Special',
 | 
						category: 'Special',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue