mirror of
https://github.com/osmarks/website
synced 2024-11-08 20:29:55 +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>
|