From 238ab0d836d5a301da2dea08995064e23e5891af Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Tue, 3 Mar 2026 23:14:13 -0500 Subject: [PATCH] Distortion Chess --- distortion-chess/index.html | 2355 +++++++++++++++++++++++++++++++++++ software.md | 3 + 2 files changed, 2358 insertions(+) create mode 100644 distortion-chess/index.html diff --git a/distortion-chess/index.html b/distortion-chess/index.html new file mode 100644 index 0000000..dc2f0fb --- /dev/null +++ b/distortion-chess/index.html @@ -0,0 +1,2355 @@ + + + + + + Distortion Chess + + + +
+
+ +

Distortion Chess

+
+ + +
+
+ +
+
+
+
+
+
+ + +
+
+ +
+
+ Chat + +
+
+
+
+ + +
+
+
+ + + + + diff --git a/software.md b/software.md index 410b1f9..6db7ee0 100644 --- a/software.md +++ b/software.md @@ -37,6 +37,9 @@ see also [hack-a-day](/hackaday), my challenge to write one piece of software a | [xor](https://github.com/za3k/short-programs#xor) | xor two files together. see also [add-base-26](https://github.com/za3k/short-programs#add-base26). | *2020-04-20* | *works* | [youtube-autodl](https://github.com/za3k/youtube-autodl) | automatically download+organize youtube channels and playlists | *2022-07-07* | *beta* +##ai-written +| [distortion-chess](https://za3k.com/distortion-chess) | play Distortion Chess, a game by [ZaneGames](https://www.youtube.com/@ZaneGamesss) | *2026-03-03* | *beta* + ##less useful software | project | description | written | status |--------|---------|---------|-------------| -- 2.47.3