1
0
mirror of https://github.com/osmarks/website synced 2024-09-19 17:29:37 +00:00
website/experiments/tictactoe4d/index.html
2024-01-30 16:46:38 +00:00

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>