From a7729cfa640f5c5f574cfad0418ca7e2fe2c119d Mon Sep 17 00:00:00 2001 From: Jake Grabowski Date: Mon, 13 Nov 2023 23:42:01 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6141b4f..506696b 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ Coded 100% on The Agon light. It was an ill concieved idea from the get go that A side scrolling sprite based "racing" game written in BASIC? What could go wrong. It feels to me more like a compilation of coding experiments rather than a good game. Again the usual learning curve has applied here and I hope to make something a bit more playable in the future. + +# How to run +``` +> LOAD "PIZZADASH.BAS" +> RUN +```