Add README.md

This commit is contained in:
charlesrgould 2015-04-18 01:45:50 -04:00
parent 3fad616a70
commit 2ddd924637

12
README.md Normal file
View File

@ -0,0 +1,12 @@
FreeCell implementation using the JavaFX Canvas API.
Prerequisites:
- Java 8+ installed
- Maven 3+ installed
To start a game, in the root folder run the command `mvn jfx:run`.
Controls:
- F2 to restart
- Ctrl-X to undo
- Ctrl-Y to redo