Add Two board map
This commit is contained in:
		
							parent
							
								
									d77416cedf
								
							
						
					
					
						commit
						2f593dfa67
					
				|  | @ -356,3 +356,27 @@ export const bigBoard: Map = { | |||
| 		'----------------' + | ||||
| 		'----------------' | ||||
| }; | ||||
| 
 | ||||
| export const twoBoard: Map = { | ||||
| 	name: 'Two board', | ||||
| 	category: 'special', | ||||
| 	size: 17, | ||||
| 	data: | ||||
| 		'-------- --------' + | ||||
| 		'-------- --------' + | ||||
| 		'-------- --------' + | ||||
| 		'---wb--- ---wb---' + | ||||
| 		'---bw--- ---bw---' + | ||||
| 		'-------- --------' + | ||||
| 		'-------- --------' + | ||||
| 		'-------- --------' + | ||||
| 		'                 ' + | ||||
| 		'                 ' + | ||||
| 		'                 ' + | ||||
| 		'                 ' + | ||||
| 		'                 ' + | ||||
| 		'                 ' + | ||||
| 		'                 ' + | ||||
| 		'                 ' + | ||||
| 		'                 ' | ||||
| }; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue