From: Zachary Vance Date: Wed, 27 Nov 2024 05:39:05 +0000 (-0500) Subject: Day 27: No Room for Error X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=a817b06eab4f6baed0f5fd2f0306be1976f5c8bb;p=blog.git Day 27: No Room for Error --- diff --git a/images/no-room-for-error.png b/images/no-room-for-error.png new file mode 100644 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 index 0000000..e441277 --- /dev/null +++ b/posts/no-room-for-error.md @@ -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)