mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-03 23:33:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
## {4,6}, tromino 1S, solution 1
 | 
						|
h2.
 | 
						|
angleunit(pi/3)
 | 
						|
# the line below lets us specify internal angles
 | 
						|
angleofs(pi)
 | 
						|
distunit(edge(4,6))
 | 
						|
unittile(1,1,2,2,1,1,2,2)
 | 
						|
# the Conway notation
 | 
						|
conway("(0)(1)(2)(3 7)(4)(5)(6)")
 | 
						|
sublines(1) |