From a30f530a5285aafda81c93e65e750fade7aec804 Mon Sep 17 00:00:00 2001 From: mio-dokuhaki Date: Tue, 9 Jul 2024 15:18:58 +0900 Subject: [PATCH] update description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42e612c..2338f72 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Reversi This repository contains the Common Lisp implementation of Reversi. + Run the game by installing SBCL(Steel Bank Common Lisp) to your system and loading the `reversi.lisp` file : `sbcl --load reversi.lisp`. + ![Reversi Board](screenshot.png)