From eeb1a6faf13b3aa32a4ad5e19e5bd82b2b4db125 Mon Sep 17 00:00:00 2001 From: Steve Howes <38082088+stevenhowes@users.noreply.github.com> Date: Sun, 6 Mar 2022 20:48:15 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0478c3c..e59d130 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ An implementation of Wordle for the Acorn Archimedes series. Done using SWI calls as a challenge. Code is pretty messy, Sunday afternoon job and a hack-together from some old RiscOS stuff I've done. + +Starts at the very first wordle, will move forwards as you get them right. No date handling etc yet.