diff --git a/README.md b/README.md index 54f6c10..7f3d7b1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ -FreeCell implementation using the JavaFX Canvas API. +FreeCell implementation using the JavaFX Canvas API ([screenshot](freecell.png)) Prerequisites: + - Java 8+ installed - Maven 3+ installed -To start a game, in the root folder run the command `mvn jfx:run`. +To start a game, run the command `mvn jfx:run` Controls: + - F2 to restart - Ctrl-X to undo - Ctrl-Y to redo diff --git a/freecell.png b/freecell.png new file mode 100644 index 0000000..26fcb2d Binary files /dev/null and b/freecell.png differ