]> git.za3k.com Git - blog.git/commitdiff
Day 27: No Room for Error
authorZachary Vance <za3k@za3k.com>
Wed, 27 Nov 2024 05:39:05 +0000 (00:39 -0500)
committerZachary Vance <za3k@za3k.com>
Wed, 27 Nov 2024 05:39:10 +0000 (00:39 -0500)
images/no-room-for-error.png [new file with mode: 0644]
posts/no-room-for-error.md [new file with mode: 0644]

diff --git a/images/no-room-for-error.png b/images/no-room-for-error.png
new file mode 100644 (file)
index 0000000..d6948e7
Binary files /dev/null and b/images/no-room-for-error.png differ
diff --git a/posts/no-room-for-error.md b/posts/no-room-for-error.md
new file mode 100644 (file)
index 0000000..e441277
--- /dev/null
@@ -0,0 +1,20 @@
+---
+author: admin
+categories:
+- Technical
+date: 2024-11-26
+tags:
+- programming
+- video games
+- hack-a-day
+title: 'Hack-A-Day, Day 26: No Room for Error'
+---
+I made a coding challenge, vaguely tied up as a game. Your goal is to complete simple coding challenges, with a major twist--you only get one try. You can only hit RUN once. (Well, actually you can hit RUN more than once. But it gets marked as failed.)
+
+[![caption: the game is called "No Room For Error"](no-room-for-error.png)](https://za3k.github.io/no-room-for-error)
+
+It put together about 10 challenges, together with some story narration.
+
+**IF THIS MESSAGE MESSAGE IS UP, THE GAME IS PROBABLY BUGGY:** The game problems are currently untested. There may very well be some bugs. If you play, please send me correct answers so I can include them, as well as any bugs you find.
+
+You can [play online](https://za3k.github.io/no-room-for-error). The code is [on github](https://github.com/za3k/no-room-for-error)