mirror of
				https://github.com/osmarks/website
				synced 2025-10-31 05:43:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			231 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			231 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| title: Tic-Tac-Toe (4⁴)
 | |
| description: More dimensions. More confusion. Somewhat worse performance. 4D Tic-Tac-Toe.
 | |
| slug: tictactoe4
 | |
| ---
 | |
| <link rel="stylesheet" href="app.css">
 | |
| <div id="app"></div>
 | |
| <script src="app.js"></script> |