From 6745590eb573a2e1252cd4eefcbf16ad3bdc51e9 Mon Sep 17 00:00:00 2001 From: William Billingsley <wbillingsley@cantab.net> Date: Sat, 29 Mar 2025 17:12:27 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2af94bc..00c2588 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ If you package the code to JavaScript, it will create two files: If you then open the file `index.html`, it will run in the browser. The browser can be a tough environment to debug in, though, so I recommend doing most of your debugging via the unit tests (writing some where I've not provided them). I have written some -`prettyPrint` functions so that if you do `println` it'll show you the content of Reversi games and Queens in an understandable format. +`prettyPrint` functions so that if you do `println` it'll show you the content of Reversi games in an understandable format. Note also that some of the UI won't work until you have implemented your functions -- `NotImplementedError`s can interrupt the rendering. -- GitLab