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)