17 lines
345 B
Markdown
17 lines
345 B
Markdown
FreeCell implementation using the JavaFX Canvas API ([screenshot](freecell.png))
|
|
|
|
Prerequisites:
|
|
|
|
- Java 11+ installed
|
|
- Maven 3+ installed
|
|
|
|
To start a game, run the command `mvn exec:java`
|
|
|
|
Or (experimental with modules), run the command `mvn javafx:compile`, then `mvn javafx:run`
|
|
|
|
Controls:
|
|
|
|
- F2 to restart
|
|
- Ctrl-X to undo
|
|
- Ctrl-Y to redo
|