From 7ce6ba6f98eeb06604e237bd280cb6ad7254699a Mon Sep 17 00:00:00 2001 From: JoeStrout Date: Sat, 16 Sep 2023 16:56:56 -0700 Subject: [PATCH] Added MiniScript version of 69_Pizza. --- 69_Pizza/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/69_Pizza/README.md b/69_Pizza/README.md index 56548b645..7f9e3fcf2 100644 --- a/69_Pizza/README.md +++ b/69_Pizza/README.md @@ -15,6 +15,10 @@ As published in Basic Computer Games (1978): Downloaded from Vintage Basic at http://www.vintage-basic.net/games.html +#### Known Bugs + +- The program does no validation of its input, and crashes if you enter coordinates outside the valid range. (Ports may choose to improve on this, for example by repeating the prompt until valid coordinates are given.) + #### Porting Notes (please note any difficulties or challenges in porting here)