From deabf78426ea3e4b2c1ffea73a43d3bb4d095257 Mon Sep 17 00:00:00 2001 From: tilleul Date: Sun, 5 Jun 2022 14:48:24 +0200 Subject: [PATCH] Update README.md --- honoring_the_code/001 - Space Maze/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/honoring_the_code/001 - Space Maze/README.md b/honoring_the_code/001 - Space Maze/README.md index 4eafd35..d252d8e 100644 --- a/honoring_the_code/001 - Space Maze/README.md +++ b/honoring_the_code/001 - Space Maze/README.md @@ -146,6 +146,9 @@ Without going up until the point where all variables names are one letter only, - pressing enter when giving choices will default to appropriate values (at least for me) highlighted by INVERSE characters. - I've added keyboard support, for now the game is easier in that mode than with the joystick but maybe we can alter that a bit in a future version ? -All in all, here's the full modified code: [spacemaze_htc_v1.bas](./spacemaze_htc_v1.bas) +All in all, here's the full modified code: [spacemaze_htc_v1.bas](./spacemaze_htc_v1.bas) You can run it from the DSK as "SPACE MAZE HTC V1" + +It certainly can be optimized a little bit more but unless you change the fundamentals of the game (either the game itself or the inner workings) you won't see much difference with any further optimization. +