1
0
mirror of https://github.com/osmarks/website synced 2025-09-04 03:27:54 +00:00

clean up writing

This commit is contained in:
osmarks
2025-04-08 15:12:27 +01:00
parent 0740bfe6ac
commit 1a271f69f3
4 changed files with 12 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
---
title: Tic-Tac-Toe (4³)
description: Your favourite* tic-tac-toe game in 3 dimensions, transplanted onto the main website via a slightly horrifically manual process! Technically this game is solved and always leads to player 1 winning with optimal play, but the AI is not good enough to do that without more compute!
description: Your favourite* tic-tac-toe game in 3 dimensions, transplanted onto the main website! Technically this game is solved and always leads to player 1 winning with optimal play, but the AI is not good enough to do that without more compute!
slug: tictactoe
---
<style>
@@ -494,4 +494,4 @@ slug: tictactoe
}
}
render()
</script>
</script>